diff options
author | Mark Brown <broonie@linaro.org> | 2014-07-05 13:49:30 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-07-05 13:51:52 +0200 |
commit | c15369087ae5c7db7f3e3604822eac6ab87429bd (patch) | |
tree | f6049e92819faa50e9dff170b3428a3a761586e2 /drivers/spi | |
parent | spi/rockchip: add driver for Rockchip RK3xxx SoCs integrated SPI (diff) | |
download | linux-c15369087ae5c7db7f3e3604822eac6ab87429bd.tar.xz linux-c15369087ae5c7db7f3e3604822eac6ab87429bd.zip |
spi/rockchip: Add dependencies on relaxed I/O accessors
Without the dependencies for the accessors the driver can be enabled on
architectures where it will fail to build.
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'drivers/spi')
-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 f41431331c3e..79ace88030c4 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -384,6 +384,7 @@ config SPI_PXA2XX_PCI config SPI_ROCKCHIP tristate "Rockchip SPI controller driver" + depends on ARM || ARM64 || AVR32 || HEXAGON || MIPS || SUPERH help This selects a driver for Rockchip SPI controller. |