aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2011-12-22 15:11:15 +0800
committerAndy Green <andy.green@linaro.org>2011-12-26 23:31:15 +0800
commit004a6720081ec93f1f6a7842749e5d89b4e9bcd2 (patch)
treefddb3ccaf7a144633ef9c0e181422b36c36261f6
parentb495c2460ac857fab72eba7bf34b3d39eea18af6 (diff)
linaro unified ste restrict spi to u8500 arch
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