aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/spi/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r--drivers/spi/Kconfig13
1 files changed, 6 insertions, 7 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index a1c468e25918..3f9a47ec67dc 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -87,12 +87,12 @@ config SPI_BFIN_SPORT
87 Enable support for a SPI bus via the Blackfin SPORT peripheral. 87 Enable support for a SPI bus via the Blackfin SPORT peripheral.
88 88
89config SPI_AU1550 89config SPI_AU1550
90 tristate "Au1550/Au12x0 SPI Controller" 90 tristate "Au1550/Au1200/Au1300 SPI Controller"
91 depends on (SOC_AU1550 || SOC_AU1200) && EXPERIMENTAL 91 depends on MIPS_ALCHEMY && EXPERIMENTAL
92 select SPI_BITBANG 92 select SPI_BITBANG
93 help 93 help
94 If you say yes to this option, support will be included for the 94 If you say yes to this option, support will be included for the
95 Au1550 SPI controller (may also work with Au1200,Au1210,Au1250). 95 PSC SPI controller found on Au1550, Au1200 and Au1300 series.
96 96
97config SPI_BITBANG 97config SPI_BITBANG
98 tristate "Utilities for Bitbanging SPI masters" 98 tristate "Utilities for Bitbanging SPI masters"
@@ -174,8 +174,7 @@ config SPI_LM70_LLP
174 174
175config SPI_MPC52xx 175config SPI_MPC52xx
176 tristate "Freescale MPC52xx SPI (non-PSC) controller support" 176 tristate "Freescale MPC52xx SPI (non-PSC) controller support"
177 depends on PPC_MPC52xx && SPI 177 depends on PPC_MPC52xx
178 select SPI_MASTER_OF
179 help 178 help
180 This drivers supports the MPC52xx SPI controller in master SPI 179 This drivers supports the MPC52xx SPI controller in master SPI
181 mode. 180 mode.
@@ -199,7 +198,7 @@ config SPI_FSL_LIB
199 depends on FSL_SOC 198 depends on FSL_SOC
200 199
201config SPI_FSL_SPI 200config SPI_FSL_SPI
202 tristate "Freescale SPI controller" 201 bool "Freescale SPI controller"
203 depends on FSL_SOC 202 depends on FSL_SOC
204 select SPI_FSL_LIB 203 select SPI_FSL_LIB
205 help 204 help
@@ -208,7 +207,7 @@ config SPI_FSL_SPI
208 MPC8569 uses the controller in QE mode, MPC8610 in cpu mode. 207 MPC8569 uses the controller in QE mode, MPC8610 in cpu mode.
209 208
210config SPI_FSL_ESPI 209config SPI_FSL_ESPI
211 tristate "Freescale eSPI controller" 210 bool "Freescale eSPI controller"
212 depends on FSL_SOC 211 depends on FSL_SOC
213 select SPI_FSL_LIB 212 select SPI_FSL_LIB
214 help 213 help