aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r--drivers/spi/Kconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index f950b6316949..91c2f4f3af10 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -117,6 +117,16 @@ config SPI_DAVINCI
117 help 117 help
118 SPI master controller for DaVinci and DA8xx SPI modules. 118 SPI master controller for DaVinci and DA8xx SPI modules.
119 119
120config SPI_EP93XX
121 tristate "Cirrus Logic EP93xx SPI controller"
122 depends on ARCH_EP93XX
123 help
124 This enables using the Cirrus EP93xx SPI controller in master
125 mode.
126
127 To compile this driver as a module, choose M here. The module will be
128 called ep93xx_spi.
129
120config SPI_GPIO 130config SPI_GPIO
121 tristate "GPIO-based bitbanging SPI Master" 131 tristate "GPIO-based bitbanging SPI Master"
122 depends on GENERIC_GPIO 132 depends on GENERIC_GPIO
@@ -165,6 +175,13 @@ config SPI_MPC52xx_PSC
165 This enables using the Freescale MPC52xx Programmable Serial 175 This enables using the Freescale MPC52xx Programmable Serial
166 Controller in master SPI mode. 176 Controller in master SPI mode.
167 177
178config SPI_MPC512x_PSC
179 tristate "Freescale MPC512x PSC SPI controller"
180 depends on SPI_MASTER && PPC_MPC512x
181 help
182 This enables using the Freescale MPC5121 Programmable Serial
183 Controller in SPI master mode.
184
168config SPI_MPC8xxx 185config SPI_MPC8xxx
169 tristate "Freescale MPC8xxx SPI controller" 186 tristate "Freescale MPC8xxx SPI controller"
170 depends on FSL_SOC 187 depends on FSL_SOC