diff options
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 07e5453f7b18..d7c1741c4c5b 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -292,6 +292,16 @@ config SPI_NUC900 | |||
292 | # Add new SPI master controllers in alphabetical order above this line | 292 | # Add new SPI master controllers in alphabetical order above this line |
293 | # | 293 | # |
294 | 294 | ||
295 | config SPI_DESIGNWARE | ||
296 | bool "DesignWare SPI controller core support" | ||
297 | depends on SPI_MASTER | ||
298 | help | ||
299 | general driver for SPI controller core from DesignWare | ||
300 | |||
301 | config SPI_DW_PCI | ||
302 | tristate "PCI interface driver for DW SPI core" | ||
303 | depends on SPI_DESIGNWARE && PCI | ||
304 | |||
295 | # | 305 | # |
296 | # There are lots of SPI device types, with sensors and memory | 306 | # There are lots of SPI device types, with sensors and memory |
297 | # being probably the most widely used ones. | 307 | # being probably the most widely used ones. |