1
0
Fork 0

spi: cadence: Add dependency on ARM

Add dependency on ARM in Kconfig.
This is to fix the build error related to _relaxed IO.
Remove dependency on SPI_MASTER because this is already defined
under if SPI_MASTER in Kconfig.

Signed-off-by: Harini Katakam <harinik@xilinx.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
hifive-unleashed-5.1
Harini Katakam 2014-04-15 16:42:09 +05:30 committed by Mark Brown
parent 205d52756f
commit 25dbe04a24
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ config SPI_BUTTERFLY
config SPI_CADENCE
tristate "Cadence SPI controller"
depends on SPI_MASTER
depends on ARM
help
This selects the Cadence SPI controller master driver
used by Xilinx Zynq.