aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r--drivers/spi/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 927a8b77e604..cd3acfe9d136 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -116,6 +116,14 @@ config SPI_GPIO
116 GPIO operations, you should be able to leverage that for better 116 GPIO operations, you should be able to leverage that for better
117 speed with a custom version of this driver; see the source code. 117 speed with a custom version of this driver; see the source code.
118 118
119config SPI_IMX
120 tristate "Freescale i.MX SPI controllers"
121 depends on ARCH_MXC
122 select SPI_BITBANG
123 help
124 This enables using the Freescale i.MX SPI controllers in master
125 mode.
126
119config SPI_LM70_LLP 127config SPI_LM70_LLP
120 tristate "Parallel port adapter for LM70 eval board (DEVELOPMENT)" 128 tristate "Parallel port adapter for LM70 eval board (DEVELOPMENT)"
121 depends on PARPORT && EXPERIMENTAL 129 depends on PARPORT && EXPERIMENTAL