diff options
author | Chao Fu <B44548@freescale.com> | 2015-01-27 13:57:22 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-01-28 22:25:17 +0300 |
commit | 9298bc727385cd625cdda5e877bd3cba8acff668 (patch) | |
tree | 1c0a2f51260c16a0a65867db30845c3aae5461c6 /drivers/spi/Kconfig | |
parent | 973fbce69ed8e79b5fe3ad19cfecb581a7ef8048 (diff) | |
download | linux-9298bc727385cd625cdda5e877bd3cba8acff668.tar.xz |
spi: spi-fsl-dspi: Remove spi-bitbang
DSPI module need cs change information in
a spi transfer. According to cs change, DSPI
will give last data the right flag. Bitbang
provide cs change behind the last data in
a transfer. So DSPI can not deal the last
data in every transfer properly, so remove
the bitbang in the driver.
Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 99829985c1a1..6316d6de781e 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -292,7 +292,6 @@ config SPI_FSL_SPI config SPI_FSL_DSPI tristate "Freescale DSPI controller" - select SPI_BITBANG select REGMAP_MMIO depends on SOC_VF610 || COMPILE_TEST help |