aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJagan Teki <jagan@amarulasolutions.com>2019-02-26 02:28:12 -0500
committerMaxime Ripard <maxime.ripard@bootlin.com>2019-03-18 03:08:01 -0400
commit89232872319f6a93c91162f07c10dfd630b305b1 (patch)
tree782c12f04cf6ff423d500b155e20a89742d0543c
parent9e98c678c2d6ae3a17cb2de55d17f69dddaa231b (diff)
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 <jagan@amarulasolutions.com> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
-rw-r--r--arch/arm64/configs/defconfig1
1 files changed, 1 insertions, 0 deletions
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
373CONFIG_SPI_S3C64XX=y 373CONFIG_SPI_S3C64XX=y
374CONFIG_SPI_SPIDEV=m 374CONFIG_SPI_SPIDEV=m
375CONFIG_SPI_NXP_FLEXSPI=y 375CONFIG_SPI_NXP_FLEXSPI=y
376CONFIG_SPI_SUN6I=y
376CONFIG_SPMI=y 377CONFIG_SPMI=y
377CONFIG_PINCTRL_SINGLE=y 378CONFIG_PINCTRL_SINGLE=y
378CONFIG_PINCTRL_MAX77620=y 379CONFIG_PINCTRL_MAX77620=y