diff options
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 2f6f42a4f805..718d08205bd3 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -255,6 +255,13 @@ config SPI_FSL_SPI | |||
255 | This also enables using the Aeroflex Gaisler GRLIB SPI controller in | 255 | This also enables using the Aeroflex Gaisler GRLIB SPI controller in |
256 | master mode. | 256 | master mode. |
257 | 257 | ||
258 | config SPI_FSL_DSPI | ||
259 | tristate "Freescale DSPI controller" | ||
260 | select SPI_BITBANG | ||
261 | help | ||
262 | This enables support for the Freescale DSPI controller in master | ||
263 | mode. VF610 platform uses the controller. | ||
264 | |||
258 | config SPI_FSL_ESPI | 265 | config SPI_FSL_ESPI |
259 | bool "Freescale eSPI controller" | 266 | bool "Freescale eSPI controller" |
260 | depends on FSL_SOC | 267 | depends on FSL_SOC |