diff options
author | Michal Simek <michal.simek@xilinx.com> | 2015-03-09 04:46:15 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-03-09 14:09:30 -0400 |
commit | 38b6484e5b7be96ec93ec2c29b752b7d9540e9d4 (patch) | |
tree | a105cabfb9737b717fa713e7ea7a7d9031e48f4c | |
parent | c517d838eb7d07bbe9507871fab3931deccff539 (diff) |
spi: cadence: Remove Kconfig dependency
Remove Kconfig dependency and enable driver for
all ARCHs.
Also update help description.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Acked-by: Sören Brinkmann <soren.brinkmann@xilinx.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | drivers/spi/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index ab8dfbef6f1b..0c008162d0af 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -159,10 +159,9 @@ config SPI_BUTTERFLY | |||
159 | 159 | ||
160 | config SPI_CADENCE | 160 | config SPI_CADENCE |
161 | tristate "Cadence SPI controller" | 161 | tristate "Cadence SPI controller" |
162 | depends on ARM | ||
163 | help | 162 | help |
164 | This selects the Cadence SPI controller master driver | 163 | This selects the Cadence SPI controller master driver |
165 | used by Xilinx Zynq. | 164 | used by Xilinx Zynq and ZynqMP. |
166 | 165 | ||
167 | config SPI_CLPS711X | 166 | config SPI_CLPS711X |
168 | tristate "CLPS711X host SPI controller" | 167 | tristate "CLPS711X host SPI controller" |