Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1655237 > unrolled thread

[PATCH] ARM64: defconfig: enable meson SPICC as module

Started byNeil Armstrong <narmstrong@baylibre.com>
First post2017-06-01 17:20 +0200
Last post2017-06-01 17:20 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH] ARM64: defconfig: enable meson SPICC as module Neil Armstrong <narmstrong@baylibre.com> - 2017-06-01 17:20 +0200

#1655237 — [PATCH] ARM64: defconfig: enable meson SPICC as module

FromNeil Armstrong <narmstrong@baylibre.com>
Date2017-06-01 17:20 +0200
Subject[PATCH] ARM64: defconfig: enable meson SPICC as module
Message-ID<tNA3f-4do-1@gated-at.bofh.it>
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(+)

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
-- 
1.9.1

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web