From 22002a76bd2401131864b24d2d2b35c8e4f1b6c9 Mon Sep 17 00:00:00 2001 From: Gilles Mazoyer Date: Tue, 25 Oct 2016 21:34:42 +0200 Subject: [PATCH] Change the way SPI and HSSPI modules are compiled : compile them as dynamic loadable modules instead of being built into the kernel. Signed-off-by: Gilles Mazoyer --- target/linux/brcm63xx/config-4.4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/target/linux/brcm63xx/config-4.4 b/target/linux/brcm63xx/config-4.4 index fb448adc1aae..1b3d798d086c 100644 --- a/target/linux/brcm63xx/config-4.4 +++ b/target/linux/brcm63xx/config-4.4 @@ -211,8 +211,8 @@ CONFIG_SCHED_HRTICK=y CONFIG_SERIAL_BCM63XX=y CONFIG_SERIAL_BCM63XX_CONSOLE=y CONFIG_SPI=y -CONFIG_SPI_BCM63XX=y -CONFIG_SPI_BCM63XX_HSSPI=y +CONFIG_SPI_BCM63XX=m +CONFIG_SPI_BCM63XX_HSSPI=m CONFIG_SPI_BITBANG=y CONFIG_SPI_GPIO=y CONFIG_SPI_MASTER=y