Commit 91d09454 authored by Kees Cook's avatar Kees Cook Committed by Greg Kroah-Hartman

drivers/net/irda: 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: Samuel Ortiz <samuel@sortiz.org>
Acked-by: default avatarDavid S. Miller <davem@davemloft.net>
Signed-off-by: default avatarKees Cook <keescook@chromium.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d703cb32
...@@ -140,7 +140,7 @@ config LITELINK_DONGLE ...@@ -140,7 +140,7 @@ config LITELINK_DONGLE
config MA600_DONGLE config MA600_DONGLE
tristate "Mobile Action MA600 dongle" tristate "Mobile Action MA600 dongle"
depends on IRTTY_SIR && DONGLE && IRDA && EXPERIMENTAL depends on IRTTY_SIR && DONGLE && IRDA
help help
Say Y here if you want to build support for the Mobile Action MA600 Say Y here if you want to build support for the Mobile Action MA600
dongle. To compile it as a module, choose M here. The MA600 dongle dongle. To compile it as a module, choose M here. The MA600 dongle
...@@ -153,7 +153,7 @@ config MA600_DONGLE ...@@ -153,7 +153,7 @@ config MA600_DONGLE
config GIRBIL_DONGLE config GIRBIL_DONGLE
tristate "Greenwich GIrBIL dongle" tristate "Greenwich GIrBIL dongle"
depends on IRTTY_SIR && DONGLE && IRDA && EXPERIMENTAL depends on IRTTY_SIR && DONGLE && IRDA
help help
Say Y here if you want to build support for the Greenwich GIrBIL Say Y here if you want to build support for the Greenwich GIrBIL
dongle. If you want to compile it as a module, choose M here. dongle. If you want to compile it as a module, choose M here.
...@@ -164,7 +164,7 @@ config GIRBIL_DONGLE ...@@ -164,7 +164,7 @@ config GIRBIL_DONGLE
config MCP2120_DONGLE config MCP2120_DONGLE
tristate "Microchip MCP2120" tristate "Microchip MCP2120"
depends on IRTTY_SIR && DONGLE && IRDA && EXPERIMENTAL depends on IRTTY_SIR && DONGLE && IRDA
help help
Say Y here if you want to build support for the Microchip MCP2120 Say Y here if you want to build support for the Microchip MCP2120
dongle. If you want to compile it as a module, choose M here. dongle. If you want to compile it as a module, choose M here.
...@@ -178,7 +178,7 @@ config MCP2120_DONGLE ...@@ -178,7 +178,7 @@ config MCP2120_DONGLE
config OLD_BELKIN_DONGLE config OLD_BELKIN_DONGLE
tristate "Old Belkin dongle" tristate "Old Belkin dongle"
depends on IRTTY_SIR && DONGLE && IRDA && EXPERIMENTAL depends on IRTTY_SIR && DONGLE && IRDA
help help
Say Y here if you want to build support for the Adaptec Airport 1000 Say Y here if you want to build support for the Adaptec Airport 1000
and 2000 dongles. If you want to compile it as a module, choose and 2000 dongles. If you want to compile it as a module, choose
...@@ -187,7 +187,7 @@ config OLD_BELKIN_DONGLE ...@@ -187,7 +187,7 @@ config OLD_BELKIN_DONGLE
config ACT200L_DONGLE config ACT200L_DONGLE
tristate "ACTiSYS IR-200L dongle" tristate "ACTiSYS IR-200L dongle"
depends on IRTTY_SIR && DONGLE && IRDA && EXPERIMENTAL depends on IRTTY_SIR && DONGLE && IRDA
help help
Say Y here if you want to build support for the ACTiSYS IR-200L Say Y here if you want to build support for the ACTiSYS IR-200L
dongle. If you want to compile it as a module, choose M here. dongle. If you want to compile it as a module, choose M here.
...@@ -198,7 +198,7 @@ config ACT200L_DONGLE ...@@ -198,7 +198,7 @@ config ACT200L_DONGLE
config KINGSUN_DONGLE config KINGSUN_DONGLE
tristate "KingSun/DonShine DS-620 IrDA-USB dongle" tristate "KingSun/DonShine DS-620 IrDA-USB dongle"
depends on IRDA && USB && EXPERIMENTAL depends on IRDA && USB
help help
Say Y or M here if you want to build support for the KingSun/DonShine Say Y or M here if you want to build support for the KingSun/DonShine
DS-620 IrDA-USB bridge device driver. DS-620 IrDA-USB bridge device driver.
...@@ -212,14 +212,14 @@ config KINGSUN_DONGLE ...@@ -212,14 +212,14 @@ config KINGSUN_DONGLE
config EP7211_DONGLE config EP7211_DONGLE
tristate "Cirrus Logic clps711x I/R support" tristate "Cirrus Logic clps711x I/R support"
depends on IRTTY_SIR && ARCH_CLPS711X && IRDA && EXPERIMENTAL depends on IRTTY_SIR && ARCH_CLPS711X && IRDA
help help
Say Y here if you want to build support for the Cirrus logic Say Y here if you want to build support for the Cirrus logic
EP7211 chipset's infrared module. EP7211 chipset's infrared module.
config KSDAZZLE_DONGLE config KSDAZZLE_DONGLE
tristate "KingSun Dazzle IrDA-USB dongle (EXPERIMENTAL)" tristate "KingSun Dazzle IrDA-USB dongle"
depends on IRDA && USB && EXPERIMENTAL depends on IRDA && USB
help help
Say Y or M here if you want to build support for the KingSun Dazzle Say Y or M here if you want to build support for the KingSun Dazzle
IrDA-USB bridge device driver. IrDA-USB bridge device driver.
...@@ -232,8 +232,8 @@ config KSDAZZLE_DONGLE ...@@ -232,8 +232,8 @@ config KSDAZZLE_DONGLE
ksdazzle-sir. ksdazzle-sir.
config KS959_DONGLE config KS959_DONGLE
tristate "KingSun KS-959 IrDA-USB dongle (EXPERIMENTAL)" tristate "KingSun KS-959 IrDA-USB dongle"
depends on IRDA && USB && EXPERIMENTAL depends on IRDA && USB
help help
Say Y or M here if you want to build support for the KingSun KS-959 Say Y or M here if you want to build support for the KingSun KS-959
IrDA-USB bridge device driver. IrDA-USB bridge device driver.
...@@ -264,8 +264,8 @@ config USB_IRDA ...@@ -264,8 +264,8 @@ config USB_IRDA
you will need both USB and IrDA support in your kernel... you will need both USB and IrDA support in your kernel...
config SIGMATEL_FIR config SIGMATEL_FIR
tristate "SigmaTel STIr4200 bridge (EXPERIMENTAL)" tristate "SigmaTel STIr4200 bridge"
depends on IRDA && USB && EXPERIMENTAL depends on IRDA && USB
select CRC32 select CRC32
---help--- ---help---
Say Y here if you want to build support for the SigmaTel STIr4200 Say Y here if you want to build support for the SigmaTel STIr4200
...@@ -331,8 +331,8 @@ config SMC_IRCC_FIR ...@@ -331,8 +331,8 @@ config SMC_IRCC_FIR
smsc-ircc2.o. smsc-ircc2.o.
config ALI_FIR config ALI_FIR
tristate "ALi M5123 FIR (EXPERIMENTAL)" tristate "ALi M5123 FIR"
depends on EXPERIMENTAL && IRDA && ISA_DMA_API depends on IRDA && ISA_DMA_API
help help
Say Y here if you want to build support for the ALi M5123 FIR Say Y here if you want to build support for the ALi M5123 FIR
Controller. The ALi M5123 FIR Controller is embedded in ALi M1543C, Controller. The ALi M5123 FIR Controller is embedded in ALi M1543C,
...@@ -343,8 +343,8 @@ config ALI_FIR ...@@ -343,8 +343,8 @@ config ALI_FIR
ali-ircc. ali-ircc.
config VLSI_FIR config VLSI_FIR
tristate "VLSI 82C147 SIR/MIR/FIR (EXPERIMENTAL)" tristate "VLSI 82C147 SIR/MIR/FIR"
depends on EXPERIMENTAL && IRDA && PCI depends on IRDA && PCI
help help
Say Y here if you want to build support for the VLSI 82C147 Say Y here if you want to build support for the VLSI 82C147
PCI-IrDA Controller. This controller is used by the HP OmniBook 800 PCI-IrDA Controller. This controller is used by the HP OmniBook 800
...@@ -387,7 +387,7 @@ config PXA_FICP ...@@ -387,7 +387,7 @@ config PXA_FICP
config MCS_FIR config MCS_FIR
tristate "MosChip MCS7780 IrDA-USB dongle" tristate "MosChip MCS7780 IrDA-USB dongle"
depends on IRDA && USB && EXPERIMENTAL depends on IRDA && USB
select CRC32 select CRC32
help help
Say Y or M here if you want to build support for the MosChip Say Y or M here if you want to build support for the MosChip
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment