summaryrefslogtreecommitdiffstats
path: root/drivers/spi/Kconfig
diff options
context:
space:
mode:
authorLars-Peter Clausen2017-08-16 11:33:11 +0200
committerMark Brown2017-08-16 12:53:27 +0200
commite19b63cd3cb7ebf1ca73d9c4f58934149337ed24 (patch)
treed5242464dc228351638f7298b08afe97f6682745 /drivers/spi/Kconfig
parentLinux v4.13-rc1 (diff)
downloadkernel-qcow2-linux-e19b63cd3cb7ebf1ca73d9c4f58934149337ed24.tar.gz
kernel-qcow2-linux-e19b63cd3cb7ebf1ca73d9c4f58934149337ed24.tar.xz
kernel-qcow2-linux-e19b63cd3cb7ebf1ca73d9c4f58934149337ed24.zip
spi: altera: Switch to SPI core transfer queue management
The Altera SPI driver currently uses the spi-bitbang infrastructure for transfer queue management, but non of the bitbang functionality itself. This is because when the driver was written this was the only way to not have to do queue management in the driver itself. Nowadays transfer queue management is available from the SPI driver core itself and using the bitbang infrastructure just adds an additional level of indirection. Switch the driver over to using the core queue management directly. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r--drivers/spi/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 9b31351fe429..acf566f06241 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -55,7 +55,6 @@ comment "SPI Master Controller Drivers"
config SPI_ALTERA
tristate "Altera SPI Controller"
- select SPI_BITBANG
help
This is the driver for the Altera SPI Controller.