diff mbox

ARM64: defconfig: enable meson SPICC as module

Message ID 1496330180-6339-1-git-send-email-narmstrong@baylibre.com (mailing list archive)
State Accepted
Headers show

Commit Message

Neil Armstrong June 1, 2017, 3:16 p.m. UTC
This patch enable the SPI Communications Controller driver as module for the
Amlogic platform.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Kevin Hilman June 9, 2017, 6:25 p.m. UTC | #1
Neil Armstrong <narmstrong@baylibre.com> writes:

> This patch enable the SPI Communications Controller driver as module for the
> Amlogic platform.
>
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>

Applied to v4.13/defconfig,

Kevin
diff mbox

Patch

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 65cdd87..606e489 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -259,6 +259,7 @@  CONFIG_I2C_CROS_EC_TUNNEL=y
 CONFIG_SPI=y
 CONFIG_SPI_BCM2835=m
 CONFIG_SPI_BCM2835AUX=m
+CONFIG_SPI_MESON_SPICC=m
 CONFIG_SPI_MESON_SPIFC=m
 CONFIG_SPI_ORION=y
 CONFIG_SPI_PL022=y