diff options
Diffstat (limited to 'drivers/spi/Kconfig')
-rw-r--r-- | drivers/spi/Kconfig | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index e79884e997ae..f80eee74a311 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig | |||
@@ -88,7 +88,7 @@ config SPI_BFIN_SPORT | |||
88 | 88 | ||
89 | config SPI_AU1550 | 89 | config SPI_AU1550 |
90 | tristate "Au1550/Au1200/Au1300 SPI Controller" | 90 | tristate "Au1550/Au1200/Au1300 SPI Controller" |
91 | depends on MIPS_ALCHEMY && EXPERIMENTAL | 91 | depends on MIPS_ALCHEMY |
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 |
@@ -188,7 +188,7 @@ config SPI_IMX | |||
188 | 188 | ||
189 | config SPI_LM70_LLP | 189 | config SPI_LM70_LLP |
190 | tristate "Parallel port adapter for LM70 eval board (DEVELOPMENT)" | 190 | tristate "Parallel port adapter for LM70 eval board (DEVELOPMENT)" |
191 | depends on PARPORT && EXPERIMENTAL | 191 | depends on PARPORT |
192 | select SPI_BITBANG | 192 | select SPI_BITBANG |
193 | help | 193 | help |
194 | This driver supports the NS LM70 LLP Evaluation Board, | 194 | This driver supports the NS LM70 LLP Evaluation Board, |
@@ -204,7 +204,7 @@ config SPI_MPC52xx | |||
204 | 204 | ||
205 | config SPI_MPC52xx_PSC | 205 | config SPI_MPC52xx_PSC |
206 | tristate "Freescale MPC52xx PSC SPI controller" | 206 | tristate "Freescale MPC52xx PSC SPI controller" |
207 | depends on PPC_MPC52xx && EXPERIMENTAL | 207 | depends on PPC_MPC52xx |
208 | help | 208 | help |
209 | This enables using the Freescale MPC52xx Programmable Serial | 209 | This enables using the Freescale MPC52xx Programmable Serial |
210 | Controller in master SPI mode. | 210 | Controller in master SPI mode. |
@@ -273,8 +273,8 @@ config SPI_OMAP_100K | |||
273 | OMAP SPI 100K master controller for omap7xx boards. | 273 | OMAP SPI 100K master controller for omap7xx boards. |
274 | 274 | ||
275 | config SPI_ORION | 275 | config SPI_ORION |
276 | tristate "Orion SPI master (EXPERIMENTAL)" | 276 | tristate "Orion SPI master" |
277 | depends on PLAT_ORION && EXPERIMENTAL | 277 | depends on PLAT_ORION |
278 | help | 278 | help |
279 | This enables using the SPI master controller on the Orion chips. | 279 | This enables using the SPI master controller on the Orion chips. |
280 | 280 | ||
@@ -328,7 +328,7 @@ config SPI_RSPI | |||
328 | 328 | ||
329 | config SPI_S3C24XX | 329 | config SPI_S3C24XX |
330 | tristate "Samsung S3C24XX series SPI" | 330 | tristate "Samsung S3C24XX series SPI" |
331 | depends on ARCH_S3C24XX && EXPERIMENTAL | 331 | depends on ARCH_S3C24XX |
332 | select SPI_BITBANG | 332 | select SPI_BITBANG |
333 | help | 333 | help |
334 | SPI driver for Samsung S3C24XX series ARM SoCs | 334 | SPI driver for Samsung S3C24XX series ARM SoCs |
@@ -443,7 +443,7 @@ config SPI_XCOMM | |||
443 | 443 | ||
444 | config SPI_XILINX | 444 | config SPI_XILINX |
445 | tristate "Xilinx SPI controller common module" | 445 | tristate "Xilinx SPI controller common module" |
446 | depends on HAS_IOMEM && EXPERIMENTAL | 446 | depends on HAS_IOMEM |
447 | select SPI_BITBANG | 447 | select SPI_BITBANG |
448 | help | 448 | help |
449 | This exposes the SPI controller IP from the Xilinx EDK. | 449 | This exposes the SPI controller IP from the Xilinx EDK. |
@@ -455,7 +455,7 @@ config SPI_XILINX | |||
455 | 455 | ||
456 | config SPI_NUC900 | 456 | config SPI_NUC900 |
457 | tristate "Nuvoton NUC900 series SPI" | 457 | tristate "Nuvoton NUC900 series SPI" |
458 | depends on ARCH_W90X900 && EXPERIMENTAL | 458 | depends on ARCH_W90X900 |
459 | select SPI_BITBANG | 459 | select SPI_BITBANG |
460 | help | 460 | help |
461 | SPI driver for Nuvoton NUC900 series ARM SoCs | 461 | SPI driver for Nuvoton NUC900 series ARM SoCs |
@@ -489,7 +489,6 @@ comment "SPI Protocol Masters" | |||
489 | 489 | ||
490 | config SPI_SPIDEV | 490 | config SPI_SPIDEV |
491 | tristate "User mode SPI device driver support" | 491 | tristate "User mode SPI device driver support" |
492 | depends on EXPERIMENTAL | ||
493 | help | 492 | help |
494 | This supports user mode SPI protocol drivers. | 493 | This supports user mode SPI protocol drivers. |
495 | 494 | ||