spi: controller driver for Designware SPI core
[linux-2.6-block.git] / drivers / spi / Kconfig
index 07e5453f7b18759fb030cc828e3c4a4309ab17ec..d7c1741c4c5b97139cd0e532585c6e2928d4ece4 100644 (file)
@@ -292,6 +292,16 @@ config SPI_NUC900
 # Add new SPI master controllers in alphabetical order above this line
 #
 
+config SPI_DESIGNWARE
+       bool "DesignWare SPI controller core support"
+       depends on SPI_MASTER
+       help
+         general driver for SPI controller core from DesignWare
+
+config SPI_DW_PCI
+       tristate "PCI interface driver for DW SPI core"
+       depends on SPI_DESIGNWARE && PCI
+
 #
 # There are lots of SPI device types, with sensors and memory
 # being probably the most widely used ones.