diff options
author | Mark Brown <broonie@linaro.org> | 2013-09-01 08:48:52 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-09-01 08:48:52 -0400 |
commit | 2f2613b028ed57cc17a5320ca88e608b218dd334 (patch) | |
tree | 4de6526b8d918da24ea227612c3b8bfe9836528b /drivers/spi/Kconfig | |
parent | 96b1a28d65bfc942d84fb612b7f33279390b8ba4 (diff) | |
parent | 349ad66c0ab0b387afd49e840dbf753ef54cc5d4 (diff) |
Merge remote-tracking branch 'spi/topic/dspi' into spi-next
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 |