Skip to content

Commit

Permalink
spi: cadence: Add dependency on ARM
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Harini Katakam authored and Mark Brown committed Apr 15, 2014
1 parent 205d527 commit 25dbe04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/spi/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 25dbe04

Please sign in to comment.