We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06cfadb commit ecb3a67Copy full SHA for ecb3a67
drivers/spi/Kconfig
@@ -226,17 +226,20 @@ config SPI_DESIGNWARE
226
help
227
general driver for SPI controller core from DesignWare
228
229
+if SPI_DESIGNWARE
230
+
231
config SPI_DW_DMA
232
bool "DMA support for DW SPI controller"
- depends on SPI_DESIGNWARE
233
234
config SPI_DW_PCI
235
tristate "PCI interface driver for DW SPI core"
- depends on SPI_DESIGNWARE && PCI
236
+ depends on PCI
237
238
config SPI_DW_MMIO
239
tristate "Memory-mapped io interface driver for DW SPI core"
240
+ depends on HAS_IOMEM
241
242
+endif
243
244
config SPI_DLN2
245
tristate "Diolan DLN-2 USB SPI adapter"
0 commit comments