diff options
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 2a4ba1993083..f34a2d16d18f 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -244,14 +244,21 @@ config SPI_TXX9 | |||
244 | 244 | ||
245 | config SPI_XILINX | 245 | config SPI_XILINX |
246 | tristate "Xilinx SPI controller" | 246 | tristate "Xilinx SPI controller" |
247 | depends on (XILINX_VIRTEX || MICROBLAZE) && EXPERIMENTAL | 247 | depends on EXPERIMENTAL |
248 | select SPI_BITBANG | 248 | select SPI_BITBANG |
249 | select SPI_XILINX_OF if (XILINX_VIRTEX || MICROBLAZE) | ||
249 | help | 250 | help |
250 | This exposes the SPI controller IP from the Xilinx EDK. | 251 | This exposes the SPI controller IP from the Xilinx EDK. |
251 | 252 | ||
252 | See the "OPB Serial Peripheral Interface (SPI) (v1.00e)" | 253 | See the "OPB Serial Peripheral Interface (SPI) (v1.00e)" |
253 | Product Specification document (DS464) for hardware details. | 254 | Product Specification document (DS464) for hardware details. |
254 | 255 | ||
256 | config SPI_XILINX_OF | ||
257 | tristate "Xilinx SPI controller OF device" | ||
258 | depends on SPI_XILINX && (XILINX_VIRTEX || MICROBLAZE) | ||
259 | help | ||
260 | This is the OF driver for the SPI controller IP from the Xilinx EDK. | ||
261 | |||
255 | # | 262 | # |
256 | # Add new SPI master controllers in alphabetical order above this line | 263 | # Add new SPI master controllers in alphabetical order above this line |
257 | # | 264 | # |