arm64: defconfig: enable Rockchip spi driver
From: Heiko Stuebner <heiko@...> Date: Mon, 22 May 2017 15:58:45 +0200
Commit-Message
It gets built in, as things like the cros-ec depend on the spi driver being there on ChromeOS hardware - and ideally early on. Signed-off-by: Heiko Stuebner <heiko@...>
Patch-Comment
arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)
Statistics
- 1 lines added
- 0 lines removed
Changes
------------------------- arch/arm64/configs/defconfig -------------------------
index 3aa4d54e1c0d..51c884f96125 100644
@@ -265,6 +265,7 @@ CONFIG_SPI_MESON_SPIFC=m
CONFIG_SPI_ORION=y
CONFIG_SPI_PL022=y
CONFIG_SPI_QUP=y
+CONFIG_SPI_ROCKCHIP=y
CONFIG_SPI_S3C64XX=y
CONFIG_SPI_SPIDEV=m
CONFIG_SPMI=y