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 <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
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.