Commit 25dbe04a authored by Harini Katakam's avatar Harini Katakam Committed by Mark Brown

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: default avatarHarini Katakam <harinik@xilinx.com>
Signed-off-by: default avatarMark Brown <broonie@linaro.org>
parent 205d5275
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment