aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r--drivers/spi/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 4dda097c239e..c00f9e5b9df8 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -261,6 +261,13 @@ config SPI_XILINX_OF
261 help 261 help
262 This is the OF driver for the SPI controller IP from the Xilinx EDK. 262 This is the OF driver for the SPI controller IP from the Xilinx EDK.
263 263
264config SPI_XILINX_PLTFM
265 tristate "Xilinx SPI controller platform device"
266 depends on SPI_XILINX
267 help
268 This is the platform driver for the SPI controller IP
269 from the Xilinx EDK.
270
264# 271#
265# Add new SPI master controllers in alphabetical order above this line 272# Add new SPI master controllers in alphabetical order above this line
266# 273#