Skip to content

Commit 6d1f56a

Browse files
keesgregkh
authored andcommitted
drivers/spi: remove depends on CONFIG_EXPERIMENTAL
The CONFIG_EXPERIMENTAL config item has not carried much meaning for a while now and is almost always enabled by default. As agreed during the Linux kernel summit, remove it from any "depends on" lines in Kconfigs. CC: Grant Likely <[email protected]> Signed-off-by: Kees Cook <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 2a570a4 commit 6d1f56a

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

drivers/spi/Kconfig

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ config SPI_BFIN_SPORT
8888

8989
config SPI_AU1550
9090
tristate "Au1550/Au1200/Au1300 SPI Controller"
91-
depends on MIPS_ALCHEMY && EXPERIMENTAL
91+
depends on MIPS_ALCHEMY
9292
select SPI_BITBANG
9393
help
9494
If you say yes to this option, support will be included for the
@@ -188,7 +188,7 @@ config SPI_IMX
188188

189189
config SPI_LM70_LLP
190190
tristate "Parallel port adapter for LM70 eval board (DEVELOPMENT)"
191-
depends on PARPORT && EXPERIMENTAL
191+
depends on PARPORT
192192
select SPI_BITBANG
193193
help
194194
This driver supports the NS LM70 LLP Evaluation Board,
@@ -204,7 +204,7 @@ config SPI_MPC52xx
204204

205205
config SPI_MPC52xx_PSC
206206
tristate "Freescale MPC52xx PSC SPI controller"
207-
depends on PPC_MPC52xx && EXPERIMENTAL
207+
depends on PPC_MPC52xx
208208
help
209209
This enables using the Freescale MPC52xx Programmable Serial
210210
Controller in master SPI mode.
@@ -273,8 +273,8 @@ config SPI_OMAP_100K
273273
OMAP SPI 100K master controller for omap7xx boards.
274274

275275
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
278278
help
279279
This enables using the SPI master controller on the Orion chips.
280280

@@ -299,7 +299,7 @@ config SPI_PPC4xx
299299

300300
config SPI_PXA2XX
301301
tristate "PXA2xx SSP SPI master"
302-
depends on (ARCH_PXA || (X86_32 && PCI)) && EXPERIMENTAL
302+
depends on (ARCH_PXA || (X86_32 && PCI))
303303
select PXA_SSP if ARCH_PXA
304304
help
305305
This enables using a PXA2xx or Sodaville SSP port as a SPI master
@@ -317,7 +317,7 @@ config SPI_RSPI
317317

318318
config SPI_S3C24XX
319319
tristate "Samsung S3C24XX series SPI"
320-
depends on ARCH_S3C24XX && EXPERIMENTAL
320+
depends on ARCH_S3C24XX
321321
select SPI_BITBANG
322322
help
323323
SPI driver for Samsung S3C24XX series ARM SoCs
@@ -432,7 +432,7 @@ config SPI_XCOMM
432432

433433
config SPI_XILINX
434434
tristate "Xilinx SPI controller common module"
435-
depends on HAS_IOMEM && EXPERIMENTAL
435+
depends on HAS_IOMEM
436436
select SPI_BITBANG
437437
help
438438
This exposes the SPI controller IP from the Xilinx EDK.
@@ -444,7 +444,7 @@ config SPI_XILINX
444444

445445
config SPI_NUC900
446446
tristate "Nuvoton NUC900 series SPI"
447-
depends on ARCH_W90X900 && EXPERIMENTAL
447+
depends on ARCH_W90X900
448448
select SPI_BITBANG
449449
help
450450
SPI driver for Nuvoton NUC900 series ARM SoCs
@@ -478,7 +478,6 @@ comment "SPI Protocol Masters"
478478

479479
config SPI_SPIDEV
480480
tristate "User mode SPI device driver support"
481-
depends on EXPERIMENTAL
482481
help
483482
This supports user mode SPI protocol drivers.
484483

0 commit comments

Comments
 (0)