diff options
author | Jean-Hugues Deschenes <jean-hugues.deschenes@octasic.com> | 2010-01-21 07:46:42 -0700 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2010-01-21 07:46:42 -0700 |
commit | f7b6fd6d1d3833529f1626c761ba7e338586d35e (patch) | |
tree | de73b5b29616834ca581da4775f6dfc1e1e18d6b /drivers/spi/Kconfig | |
parent | 8bcb4a88c5834c6a0fc7140edea32186664fe360 (diff) |
Memory-mapped dw_spi driver
Adds a memory-mapped I/O dw_spi platform device.
Signed-off-by: Jean-Hugues Deschenes <jean-hugues.deschenes@octasic.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 28becdd4dea9..201746ad825c 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -334,6 +334,10 @@ config SPI_DW_PCI tristate "PCI interface driver for DW SPI core" depends on SPI_DESIGNWARE && PCI +config SPI_DW_MMIO + tristate "Memory-mapped io interface driver for DW SPI core" + depends on SPI_DESIGNWARE + # # There are lots of SPI device types, with sensors and memory # being probably the most widely used ones. |