diff options
author | Mark Brown <broonie@linaro.org> | 2013-11-24 09:29:25 -0500 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-11-24 09:29:25 -0500 |
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 eb1f1ef5fa2e..49bf35633040 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -301,6 +301,7 @@ config SPI_OMAP_UWIRE | |||
301 | 301 | ||
302 | config SPI_OMAP24XX | 302 | config SPI_OMAP24XX |
303 | tristate "McSPI driver for OMAP" | 303 | tristate "McSPI driver for OMAP" |
304 | depends on ARM || ARM64 || AVR32 || HEXAGON || MIPS || SH | ||
304 | depends on ARCH_OMAP2PLUS || COMPILE_TEST | 305 | depends on ARCH_OMAP2PLUS || COMPILE_TEST |
305 | help | 306 | help |
306 | SPI master controller for OMAP24XX and later Multichannel SPI | 307 | SPI master controller for OMAP24XX and later Multichannel SPI |