Browse Source

char/misc: remove CONFIG_EXPERIMENTAL dependencies

As discussed at the kernel summit this year, CONFIG_EXPERIMENTAL means
nothing, so let's get rid of it.

Cc: Kees Cook <keescook@chromium.org>
Cc: Arnd Bergmann <arnd@arndb.de>
Cc: Tomas Winkler <tomas.winkler@intel.com>
Cc: Jiri Kosina <jkosina@suse.cz>
Cc: Paul Bolle <pebolle@tiscali.nl>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Anatolij Gustschin <agust@denx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Greg Kroah-Hartman 13 years ago
parent
commit
65929215d8

+ 3 - 3
drivers/char/Kconfig

@@ -418,8 +418,8 @@ config APPLICOM
 	  If unsure, say N.
 	  If unsure, say N.
 
 
 config SONYPI
 config SONYPI
-	tristate "Sony Vaio Programmable I/O Control Device support (EXPERIMENTAL)"
-	depends on EXPERIMENTAL && X86 && PCI && INPUT && !64BIT
+	tristate "Sony Vaio Programmable I/O Control Device support"
+	depends on X86 && PCI && INPUT && !64BIT
 	---help---
 	---help---
 	  This driver enables access to the Sony Programmable I/O Control
 	  This driver enables access to the Sony Programmable I/O Control
 	  Device which can be found in many (all ?) Sony Vaio laptops.
 	  Device which can be found in many (all ?) Sony Vaio laptops.
@@ -566,7 +566,7 @@ source "drivers/char/tpm/Kconfig"
 
 
 config TELCLOCK
 config TELCLOCK
 	tristate "Telecom clock driver for ATCA SBC"
 	tristate "Telecom clock driver for ATCA SBC"
-	depends on EXPERIMENTAL && X86
+	depends on X86
 	default n
 	default n
 	help
 	help
 	  The telecom clock device is specific to the MPCBL0010 and MPCBL0050
 	  The telecom clock device is specific to the MPCBL0010 and MPCBL0050

+ 7 - 7
drivers/misc/Kconfig

@@ -105,7 +105,7 @@ config ATMEL_TCB_CLKSRC_BLOCK
 
 
 config IBM_ASM
 config IBM_ASM
 	tristate "Device driver for IBM RSA service processor"
 	tristate "Device driver for IBM RSA service processor"
-	depends on X86 && PCI && INPUT && EXPERIMENTAL
+	depends on X86 && PCI && INPUT
 	---help---
 	---help---
 	  This option enables device driver support for in-band access to the
 	  This option enables device driver support for in-band access to the
 	  IBM RSA (Condor) service processor in eServer xSeries systems.
 	  IBM RSA (Condor) service processor in eServer xSeries systems.
@@ -162,8 +162,8 @@ config SGI_IOC4
 	  Otherwise say N.
 	  Otherwise say N.
 
 
 config TIFM_CORE
 config TIFM_CORE
-	tristate "TI Flash Media interface support (EXPERIMENTAL)"
-	depends on EXPERIMENTAL && PCI
+	tristate "TI Flash Media interface support"
+	depends on PCI
 	help
 	help
 	  If you want support for Texas Instruments(R) Flash Media adapters
 	  If you want support for Texas Instruments(R) Flash Media adapters
 	  you should select this option and then also choose an appropriate
 	  you should select this option and then also choose an appropriate
@@ -178,8 +178,8 @@ config TIFM_CORE
 	  be called tifm_core.
 	  be called tifm_core.
 
 
 config TIFM_7XX1
 config TIFM_7XX1
-	tristate "TI Flash Media PCI74xx/PCI76xx host adapter support (EXPERIMENTAL)"
-	depends on PCI && TIFM_CORE && EXPERIMENTAL
+	tristate "TI Flash Media PCI74xx/PCI76xx host adapter support"
+	depends on PCI && TIFM_CORE
 	default TIFM_CORE
 	default TIFM_CORE
 	help
 	help
 	  This option enables support for Texas Instruments(R) PCI74xx and
 	  This option enables support for Texas Instruments(R) PCI74xx and
@@ -192,7 +192,7 @@ config TIFM_7XX1
 
 
 config ICS932S401
 config ICS932S401
 	tristate "Integrated Circuits ICS932S401"
 	tristate "Integrated Circuits ICS932S401"
-	depends on I2C && EXPERIMENTAL
+	depends on I2C
 	help
 	help
 	  If you say yes here you get support for the Integrated Circuits
 	  If you say yes here you get support for the Integrated Circuits
 	  ICS932S401 clock control chips.
 	  ICS932S401 clock control chips.
@@ -398,7 +398,7 @@ config EP93XX_PWM
 
 
 config DS1682
 config DS1682
 	tristate "Dallas DS1682 Total Elapsed Time Recorder with Alarm"
 	tristate "Dallas DS1682 Total Elapsed Time Recorder with Alarm"
-	depends on I2C && EXPERIMENTAL
+	depends on I2C
 	help
 	help
 	  If you say yes here you get support for Dallas Semiconductor
 	  If you say yes here you get support for Dallas Semiconductor
 	  DS1682 Total Elapsed Time Recorder.
 	  DS1682 Total Elapsed Time Recorder.

+ 2 - 3
drivers/misc/c2port/Kconfig

@@ -3,8 +3,7 @@
 #
 #
 
 
 menuconfig C2PORT
 menuconfig C2PORT
-	tristate "Silicon Labs C2 port support (EXPERIMENTAL)"
-	depends on EXPERIMENTAL
+	tristate "Silicon Labs C2 port support"
 	default n
 	default n
 	help
 	help
 	  This option enables support for Silicon Labs C2 port used to
 	  This option enables support for Silicon Labs C2 port used to
@@ -22,7 +21,7 @@ menuconfig C2PORT
 if C2PORT
 if C2PORT
 
 
 config C2PORT_DURAMAR_2150
 config C2PORT_DURAMAR_2150
-	tristate "C2 port support for Eurotech's Duramar 2150 (EXPERIMENTAL)"
+	tristate "C2 port support for Eurotech's Duramar 2150"
 	depends on X86
 	depends on X86
 	default n
 	default n
 	help
 	help

+ 1 - 1
drivers/misc/eeprom/Kconfig

@@ -50,7 +50,7 @@ config EEPROM_LEGACY
 
 
 config EEPROM_MAX6875
 config EEPROM_MAX6875
 	tristate "Maxim MAX6874/5 power supply supervisor"
 	tristate "Maxim MAX6874/5 power supply supervisor"
-	depends on I2C && EXPERIMENTAL
+	depends on I2C
 	help
 	help
 	  If you say yes here you get read-only support for the user EEPROM of
 	  If you say yes here you get read-only support for the user EEPROM of
 	  the Maxim MAX6874/5 EEPROM-programmable, quad power-supply
 	  the Maxim MAX6874/5 EEPROM-programmable, quad power-supply

+ 1 - 1
drivers/misc/mei/Kconfig

@@ -1,6 +1,6 @@
 config INTEL_MEI
 config INTEL_MEI
 	tristate "Intel Management Engine Interface (Intel MEI)"
 	tristate "Intel Management Engine Interface (Intel MEI)"
-	depends on X86 && PCI && EXPERIMENTAL && WATCHDOG_CORE
+	depends on X86 && PCI && WATCHDOG_CORE
 	help
 	help
 	  The Intel Management Engine (Intel ME) provides Manageability,
 	  The Intel Management Engine (Intel ME) provides Manageability,
 	  Security and Media services for system containing Intel chipsets.
 	  Security and Media services for system containing Intel chipsets.