summaryrefslogtreecommitdiff
path: root/drivers/spi/Kconfig
diff options
context:
space:
mode:
authorPhilippe Langlais <philippe.langlais@stericsson.com>2012-04-06 11:11:27 +0200
committerPhilippe Langlais <philippe.langlais@stericsson.com>2012-04-06 11:11:27 +0200
commitfef3d2453378a4bbd73c72d4764ea1334c24cb18 (patch)
tree49da1daf4c7d5cbce4010b7ef0c9094d46d52838 /drivers/spi/Kconfig
parent79650543698457406d093c534ae17da2e48f6cd0 (diff)
parent0472378e1e80bfc3f915f5b46935c87216111294 (diff)
Merge topic branch 'audio' into integration-linux-ux500-3.3
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r--drivers/spi/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 8293658e7cf..9c467a272f1 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -107,6 +107,20 @@ config SPI_BITBANG
need it. You only need to select this explicitly to support driver
modules that aren't part of this kernel tree.
+config STM_MSP_SPI
+ tristate "STM MSP CONTROLLER (SPI master)"
+ default y
+ help
+ This enables using the STM MSP controller in master
+ mode.
+
+config SPI_WORKQUEUE
+ bool "SPI_WORKQUEUE"
+ depends on STM_MSP_SPI
+ default n
+ help
+ This feature allow SPI works to be deferred in MSP driver.
+
config SPI_BUTTERFLY
tristate "Parallel port adapter for AVR Butterfly (DEVELOPMENT)"
depends on PARPORT