diff options
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index a49270eae660..22feb3c8de55 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -167,6 +167,17 @@ config SPI_S3C24XX_GPIO | |||
167 | GPIO lines to provide the SPI bus. This can be used where | 167 | GPIO lines to provide the SPI bus. This can be used where |
168 | the inbuilt hardware cannot provide the transfer mode, or | 168 | the inbuilt hardware cannot provide the transfer mode, or |
169 | where the board is using non hardware connected pins. | 169 | where the board is using non hardware connected pins. |
170 | |||
171 | config SPI_XILINX | ||
172 | tristate "Xilinx SPI controller" | ||
173 | depends on SPI_MASTER && XILINX_VIRTEX && EXPERIMENTAL | ||
174 | select SPI_BITBANG | ||
175 | help | ||
176 | This exposes the SPI controller IP from the Xilinx EDK. | ||
177 | |||
178 | See the "OPB Serial Peripheral Interface (SPI) (v1.00e)" | ||
179 | Product Specification document (DS464) for hardware details. | ||
180 | |||
170 | # | 181 | # |
171 | # Add new SPI master controllers in alphabetical order above this line | 182 | # Add new SPI master controllers in alphabetical order above this line |
172 | # | 183 | # |