From: Jagan Teki Date: Tue, 26 Feb 2019 07:28:12 +0000 (+0530) Subject: arm64: defconfig: Enable SPI_SUN6I X-Git-Tag: v5.2-rc1~43^2~5^2 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=89232872319f6a93c91162f07c10dfd630b305b1;p=linux.git arm64: defconfig: Enable SPI_SUN6I Enable SUN6I SPI controller for Allwinner ARM64 SoC's. This would helpful to setup spi flash, for another booting source. mark it as static since it require during boot. Signed-off-by: Jagan Teki Signed-off-by: Maxime Ripard --- diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 2d9c39033c1a..3b6af01d1f42 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -373,6 +373,7 @@ CONFIG_SPI_QUP=y CONFIG_SPI_S3C64XX=y CONFIG_SPI_SPIDEV=m CONFIG_SPI_NXP_FLEXSPI=y +CONFIG_SPI_SUN6I=y CONFIG_SPMI=y CONFIG_PINCTRL_SINGLE=y CONFIG_PINCTRL_MAX77620=y