diff options
author | Feng Tang <feng.tang@intel.com> | 2009-12-14 17:20:22 -0500 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2009-12-17 10:39:13 -0500 |
commit | e24c745272072fd2abe55209f1949b7b7ee602a7 (patch) | |
tree | 5f9db63ad5aafd57587dd9ebf62afa33eb65a095 /drivers/spi/Kconfig | |
parent | db389b6143c895d23060179b14928f63d44285a2 (diff) |
spi: controller driver for Designware SPI core
Driver for the Designware SPI core, it supports multipul interfaces like
PCI/APB etc. User can use "dw_apb_ssi_db.pdf" from Synopsys as HW
datasheet.
[randy.dunlap@oracle.com: fix build]
[akpm@linux-foundation.org: build fix]
Signed-off-by: Feng Tang <feng.tang@intel.com>
Cc: David Brownell <david-b@pacbell.net>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
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. |