diff options
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 665d03d4e022..caa2e84cc0a6 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -382,6 +382,10 @@ config SPI_DW_PCI | |||
382 | tristate "PCI interface driver for DW SPI core" | 382 | tristate "PCI interface driver for DW SPI core" |
383 | depends on SPI_DESIGNWARE && PCI | 383 | depends on SPI_DESIGNWARE && PCI |
384 | 384 | ||
385 | config SPI_DW_MID_DMA | ||
386 | bool "DMA support for DW SPI controller on Intel Moorestown platform" | ||
387 | depends on SPI_DW_PCI && INTEL_MID_DMAC | ||
388 | |||
385 | config SPI_DW_MMIO | 389 | config SPI_DW_MMIO |
386 | tristate "Memory-mapped io interface driver for DW SPI core" | 390 | tristate "Memory-mapped io interface driver for DW SPI core" |
387 | depends on SPI_DESIGNWARE && HAVE_CLK | 391 | depends on SPI_DESIGNWARE && HAVE_CLK |