diff options
author | Jean-Hugues Deschenes <jean-hugues.deschenes@octasic.com> | 2010-01-21 09:46:42 -0500 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2010-01-21 09:46:42 -0500 |
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 | |||
334 | tristate "PCI interface driver for DW SPI core" | 334 | tristate "PCI interface driver for DW SPI core" |
335 | depends on SPI_DESIGNWARE && PCI | 335 | depends on SPI_DESIGNWARE && PCI |
336 | 336 | ||
337 | config SPI_DW_MMIO | ||
338 | tristate "Memory-mapped io interface driver for DW SPI core" | ||
339 | depends on SPI_DESIGNWARE | ||
340 | |||
337 | # | 341 | # |
338 | # There are lots of SPI device types, with sensors and memory | 342 | # There are lots of SPI device types, with sensors and memory |
339 | # being probably the most widely used ones. | 343 | # being probably the most widely used ones. |