Skip to content

Commit

Permalink
spi/rockchip: Add dependencies on relaxed I/O accessors
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mark Brown committed Jul 5, 2014
1 parent 64e3682 commit c153690
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/spi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit c153690

Please sign in to comment.