diff options
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index ba9310bc9acb..eea4eb83f352 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -150,7 +150,7 @@ config SPI_BUTTERFLY | |||
150 | 150 | ||
151 | config SPI_CLPS711X | 151 | config SPI_CLPS711X |
152 | tristate "CLPS711X host SPI controller" | 152 | tristate "CLPS711X host SPI controller" |
153 | depends on ARCH_CLPS711X | 153 | depends on ARCH_CLPS711X || COMPILE_TEST |
154 | help | 154 | help |
155 | This enables dedicated general purpose SPI/Microwire1-compatible | 155 | This enables dedicated general purpose SPI/Microwire1-compatible |
156 | master mode interface (SSI1) for CLPS711X-based CPUs. | 156 | master mode interface (SSI1) for CLPS711X-based CPUs. |
@@ -270,6 +270,7 @@ config SPI_FSL_SPI | |||
270 | config SPI_FSL_DSPI | 270 | config SPI_FSL_DSPI |
271 | tristate "Freescale DSPI controller" | 271 | tristate "Freescale DSPI controller" |
272 | select SPI_BITBANG | 272 | select SPI_BITBANG |
273 | select REGMAP_MMIO | ||
273 | depends on SOC_VF610 || COMPILE_TEST | 274 | depends on SOC_VF610 || COMPILE_TEST |
274 | help | 275 | help |
275 | This enables support for the Freescale DSPI controller in master | 276 | This enables support for the Freescale DSPI controller in master |
@@ -376,10 +377,10 @@ config SPI_PXA2XX_PCI | |||
376 | def_tristate SPI_PXA2XX && PCI | 377 | def_tristate SPI_PXA2XX && PCI |
377 | 378 | ||
378 | config SPI_RSPI | 379 | config SPI_RSPI |
379 | tristate "Renesas RSPI controller" | 380 | tristate "Renesas RSPI/QSPI controller" |
380 | depends on (SUPERH && SH_DMAE_BASE) || ARCH_SHMOBILE | 381 | depends on (SUPERH && SH_DMAE_BASE) || ARCH_SHMOBILE |
381 | help | 382 | help |
382 | SPI driver for Renesas RSPI blocks. | 383 | SPI driver for Renesas RSPI and QSPI blocks. |
383 | 384 | ||
384 | config SPI_S3C24XX | 385 | config SPI_S3C24XX |
385 | tristate "Samsung S3C24XX series SPI" | 386 | tristate "Samsung S3C24XX series SPI" |
@@ -546,7 +547,7 @@ config SPI_DW_MID_DMA | |||
546 | 547 | ||
547 | config SPI_DW_MMIO | 548 | config SPI_DW_MMIO |
548 | tristate "Memory-mapped io interface driver for DW SPI core" | 549 | tristate "Memory-mapped io interface driver for DW SPI core" |
549 | depends on SPI_DESIGNWARE && HAVE_CLK | 550 | depends on SPI_DESIGNWARE |
550 | 551 | ||
551 | # | 552 | # |
552 | # There are lots of SPI device types, with sensors and memory | 553 | # There are lots of SPI device types, with sensors and memory |