@@ -88,7 +88,7 @@ config SPI_BFIN_SPORT
88
88
89
89
config SPI_AU1550
90
90
tristate "Au1550/Au1200/Au1300 SPI Controller"
91
- depends on MIPS_ALCHEMY && EXPERIMENTAL
91
+ depends on MIPS_ALCHEMY
92
92
select SPI_BITBANG
93
93
help
94
94
If you say yes to this option, support will be included for the
@@ -188,7 +188,7 @@ config SPI_IMX
188
188
189
189
config SPI_LM70_LLP
190
190
tristate "Parallel port adapter for LM70 eval board (DEVELOPMENT)"
191
- depends on PARPORT && EXPERIMENTAL
191
+ depends on PARPORT
192
192
select SPI_BITBANG
193
193
help
194
194
This driver supports the NS LM70 LLP Evaluation Board,
@@ -204,7 +204,7 @@ config SPI_MPC52xx
204
204
205
205
config SPI_MPC52xx_PSC
206
206
tristate "Freescale MPC52xx PSC SPI controller"
207
- depends on PPC_MPC52xx && EXPERIMENTAL
207
+ depends on PPC_MPC52xx
208
208
help
209
209
This enables using the Freescale MPC52xx Programmable Serial
210
210
Controller in master SPI mode.
@@ -273,8 +273,8 @@ config SPI_OMAP_100K
273
273
OMAP SPI 100K master controller for omap7xx boards.
274
274
275
275
config SPI_ORION
276
- tristate "Orion SPI master (EXPERIMENTAL) "
277
- depends on PLAT_ORION && EXPERIMENTAL
276
+ tristate "Orion SPI master"
277
+ depends on PLAT_ORION
278
278
help
279
279
This enables using the SPI master controller on the Orion chips.
280
280
@@ -299,7 +299,7 @@ config SPI_PPC4xx
299
299
300
300
config SPI_PXA2XX
301
301
tristate "PXA2xx SSP SPI master"
302
- depends on (ARCH_PXA || (X86_32 && PCI)) && EXPERIMENTAL
302
+ depends on (ARCH_PXA || (X86_32 && PCI))
303
303
select PXA_SSP if ARCH_PXA
304
304
help
305
305
This enables using a PXA2xx or Sodaville SSP port as a SPI master
@@ -317,7 +317,7 @@ config SPI_RSPI
317
317
318
318
config SPI_S3C24XX
319
319
tristate "Samsung S3C24XX series SPI"
320
- depends on ARCH_S3C24XX && EXPERIMENTAL
320
+ depends on ARCH_S3C24XX
321
321
select SPI_BITBANG
322
322
help
323
323
SPI driver for Samsung S3C24XX series ARM SoCs
@@ -432,7 +432,7 @@ config SPI_XCOMM
432
432
433
433
config SPI_XILINX
434
434
tristate "Xilinx SPI controller common module"
435
- depends on HAS_IOMEM && EXPERIMENTAL
435
+ depends on HAS_IOMEM
436
436
select SPI_BITBANG
437
437
help
438
438
This exposes the SPI controller IP from the Xilinx EDK.
@@ -444,7 +444,7 @@ config SPI_XILINX
444
444
445
445
config SPI_NUC900
446
446
tristate "Nuvoton NUC900 series SPI"
447
- depends on ARCH_W90X900 && EXPERIMENTAL
447
+ depends on ARCH_W90X900
448
448
select SPI_BITBANG
449
449
help
450
450
SPI driver for Nuvoton NUC900 series ARM SoCs
@@ -478,7 +478,6 @@ comment "SPI Protocol Masters"
478
478
479
479
config SPI_SPIDEV
480
480
tristate "User mode SPI device driver support"
481
- depends on EXPERIMENTAL
482
481
help
483
482
This supports user mode SPI protocol drivers.
484
483
0 commit comments