From 6d54a2c5d74a0764b0fa9827eb3a3aec32e11aad Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 4 Jul 2013 16:32:42 +0200 Subject: [PATCH] projects/RPi/linux: build SPI drivers as build-in kernel drivers Signed-off-by: Stephan Raue --- projects/RPi/linux/linux.arm.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/RPi/linux/linux.arm.conf b/projects/RPi/linux/linux.arm.conf index aacb71061a..ea284fd915 100644 --- a/projects/RPi/linux/linux.arm.conf +++ b/projects/RPi/linux/linux.arm.conf @@ -1171,7 +1171,7 @@ CONFIG_SPI_MASTER=y # SPI Master Controller Drivers # # CONFIG_SPI_ALTERA is not set -CONFIG_SPI_BCM2708=m +CONFIG_SPI_BCM2708=y # CONFIG_SPI_BITBANG is not set # CONFIG_SPI_GPIO is not set # CONFIG_SPI_OC_TINY is not set @@ -1185,7 +1185,7 @@ CONFIG_SPI_BCM2708=m # # SPI Protocol Masters # -CONFIG_SPI_SPIDEV=m +CONFIG_SPI_SPIDEV=y # CONFIG_SPI_TLE62X0 is not set #