spi/rockchip: Add dependencies on relaxed I/O accessors
authorMark Brown <broonie@linaro.org>
Sat, 5 Jul 2014 11:49:30 +0000 (12:49 +0100)
committerMark Brown <broonie@linaro.org>
Sat, 5 Jul 2014 11:51:52 +0000 (12:51 +0100)
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>
drivers/spi/Kconfig

index f41431331c3eb53776a7035aad301a978bd420f0..79ace88030c4f97d1a2d70157a2c61d26fd5f71d 100644 (file)
@@ -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.