diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-05-31 00:14:26 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-05-31 00:14:26 -0400 |
commit | d5b732b17ca2fc74f370bdba5aae6c804fac8c35 (patch) | |
tree | 4facc6d96116b032a3c1cb2ced9b2a3008e9216e /drivers/spi/Kconfig | |
parent | eb6e8605ee5f5b4e116451bf01b3f35eac446dde (diff) | |
parent | 67a3e12b05e055c0415c556a315a3d3eb637e29e (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 17 |
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 | ||
120 | config 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 | |||
120 | config SPI_GPIO | 130 | config 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 | ||
178 | config 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 | |||
168 | config SPI_MPC8xxx | 185 | config SPI_MPC8xxx |
169 | tristate "Freescale MPC8xxx SPI controller" | 186 | tristate "Freescale MPC8xxx SPI controller" |
170 | depends on FSL_SOC | 187 | depends on FSL_SOC |