aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r--drivers/spi/Kconfig4
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
337config 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.