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>
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.