aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2011-12-15 16:58:05 +0800
committerAndy Green <andy.green@linaro.org>2011-12-26 22:39:32 +0800
commite2932d57e54b707ba6aeab7b29d026ea91753dd3 (patch)
treec40181e8f44f438758d0e88488b4e734def1a7cd
parenta81709b46df1fe2b122eeeccc268bd238aa686b2 (diff)
linaro unified ste restrict spi to u8500 archlinaro-unified-tracking
Without this or setting default n, STM_MSP_SPI is configured for other platforms that don't build the AMBA pieces it needs by default (eg, Panda). Proper fix is probably make the AMBA requirement explicit and default n. Signed-off-by: Andy Green <andy.green@linaro.org>
-rw-r--r--drivers/spi/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 2fcf86b281b..4d9f6655b8f 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -109,6 +109,7 @@ config SPI_BITBANG
config STM_MSP_SPI
tristate "STM MSP CONTROLLER (SPI master)"
+ depends on ARCH_U8500
default y
help
This enables using the STM MSP controller in master