diff options
author | Mark Brown <broonie@linaro.org> | 2013-11-24 14:29:25 +0000 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-11-24 14:29:25 +0000 |
commit | 0079aae0f1e6179d85323b22b370a9cc15c89d45 (patch) | |
tree | 27dea04fc7f4a58788acaba52397562d8e8579d7 /drivers/spi/Kconfig | |
parent | 21b2ce5e992f274c9cc45710d29aec11c8b5599a (diff) |
spi: omap2: Add build dependencies for writel_relaxed()
It's not reliably available.
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index eb1f1ef5fa2..49bf3563304 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -301,6 +301,7 @@ config SPI_OMAP_UWIRE config SPI_OMAP24XX tristate "McSPI driver for OMAP" + depends on ARM || ARM64 || AVR32 || HEXAGON || MIPS || SH depends on ARCH_OMAP2PLUS || COMPILE_TEST help SPI master controller for OMAP24XX and later Multichannel SPI |