diff options
author | Jagan Teki <jagan@amarulasolutions.com> | 2019-02-26 02:28:12 -0500 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@bootlin.com> | 2019-03-18 03:08:01 -0400 |
commit | 89232872319f6a93c91162f07c10dfd630b305b1 (patch) | |
tree | 782c12f04cf6ff423d500b155e20a89742d0543c | |
parent | 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b (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/defconfig | 1 |
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 | |||
373 | CONFIG_SPI_S3C64XX=y | 373 | CONFIG_SPI_S3C64XX=y |
374 | CONFIG_SPI_SPIDEV=m | 374 | CONFIG_SPI_SPIDEV=m |
375 | CONFIG_SPI_NXP_FLEXSPI=y | 375 | CONFIG_SPI_NXP_FLEXSPI=y |
376 | CONFIG_SPI_SUN6I=y | ||
376 | CONFIG_SPMI=y | 377 | CONFIG_SPMI=y |
377 | CONFIG_PINCTRL_SINGLE=y | 378 | CONFIG_PINCTRL_SINGLE=y |
378 | CONFIG_PINCTRL_MAX77620=y | 379 | CONFIG_PINCTRL_MAX77620=y |