diff options
author | Mark Brown <broonie@linaro.org> | 2014-07-05 12:49:30 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-07-05 12:51:52 +0100 |
commit | c15369087ae5c7db7f3e3604822eac6ab87429bd (patch) | |
tree | f6049e92819faa50e9dff170b3428a3a761586e2 /drivers/spi | |
parent | 64e36824b32b061a9537dc2e026977806f75846f (diff) | |
download | op-kernel-dev-c15369087ae5c7db7f3e3604822eac6ab87429bd.zip op-kernel-dev-c15369087ae5c7db7f3e3604822eac6ab87429bd.tar.gz |
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 f414313..79ace88 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. |