Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

+14 -15
+3 -3
drivers/char/Kconfig
··· 418 418 If unsure, say N. 419 419 420 420 config SONYPI 421 - tristate "Sony Vaio Programmable I/O Control Device support (EXPERIMENTAL)" 422 - depends on EXPERIMENTAL && X86 && PCI && INPUT && !64BIT 421 + tristate "Sony Vaio Programmable I/O Control Device support" 422 + depends on X86 && PCI && INPUT && !64BIT 423 423 ---help--- 424 424 This driver enables access to the Sony Programmable I/O Control 425 425 Device which can be found in many (all ?) Sony Vaio laptops. ··· 566 566 567 567 config TELCLOCK 568 568 tristate "Telecom clock driver for ATCA SBC" 569 - depends on EXPERIMENTAL && X86 569 + depends on X86 570 570 default n 571 571 help 572 572 The telecom clock device is specific to the MPCBL0010 and MPCBL0050
+7 -7
drivers/misc/Kconfig
··· 105 105 106 106 config IBM_ASM 107 107 tristate "Device driver for IBM RSA service processor" 108 - depends on X86 && PCI && INPUT && EXPERIMENTAL 108 + depends on X86 && PCI && INPUT 109 109 ---help--- 110 110 This option enables device driver support for in-band access to the 111 111 IBM RSA (Condor) service processor in eServer xSeries systems. ··· 162 162 Otherwise say N. 163 163 164 164 config TIFM_CORE 165 - tristate "TI Flash Media interface support (EXPERIMENTAL)" 166 - depends on EXPERIMENTAL && PCI 165 + tristate "TI Flash Media interface support" 166 + depends on PCI 167 167 help 168 168 If you want support for Texas Instruments(R) Flash Media adapters 169 169 you should select this option and then also choose an appropriate ··· 178 178 be called tifm_core. 179 179 180 180 config TIFM_7XX1 181 - tristate "TI Flash Media PCI74xx/PCI76xx host adapter support (EXPERIMENTAL)" 182 - depends on PCI && TIFM_CORE && EXPERIMENTAL 181 + tristate "TI Flash Media PCI74xx/PCI76xx host adapter support" 182 + depends on PCI && TIFM_CORE 183 183 default TIFM_CORE 184 184 help 185 185 This option enables support for Texas Instruments(R) PCI74xx and ··· 192 192 193 193 config ICS932S401 194 194 tristate "Integrated Circuits ICS932S401" 195 - depends on I2C && EXPERIMENTAL 195 + depends on I2C 196 196 help 197 197 If you say yes here you get support for the Integrated Circuits 198 198 ICS932S401 clock control chips. ··· 398 398 399 399 config DS1682 400 400 tristate "Dallas DS1682 Total Elapsed Time Recorder with Alarm" 401 - depends on I2C && EXPERIMENTAL 401 + depends on I2C 402 402 help 403 403 If you say yes here you get support for Dallas Semiconductor 404 404 DS1682 Total Elapsed Time Recorder.
+2 -3
drivers/misc/c2port/Kconfig
··· 3 3 # 4 4 5 5 menuconfig C2PORT 6 - tristate "Silicon Labs C2 port support (EXPERIMENTAL)" 7 - depends on EXPERIMENTAL 6 + tristate "Silicon Labs C2 port support" 8 7 default n 9 8 help 10 9 This option enables support for Silicon Labs C2 port used to ··· 21 22 if C2PORT 22 23 23 24 config C2PORT_DURAMAR_2150 24 - tristate "C2 port support for Eurotech's Duramar 2150 (EXPERIMENTAL)" 25 + tristate "C2 port support for Eurotech's Duramar 2150" 25 26 depends on X86 26 27 default n 27 28 help
+1 -1
drivers/misc/eeprom/Kconfig
··· 50 50 51 51 config EEPROM_MAX6875 52 52 tristate "Maxim MAX6874/5 power supply supervisor" 53 - depends on I2C && EXPERIMENTAL 53 + depends on I2C 54 54 help 55 55 If you say yes here you get read-only support for the user EEPROM of 56 56 the Maxim MAX6874/5 EEPROM-programmable, quad power-supply
+1 -1
drivers/misc/mei/Kconfig
··· 1 1 config INTEL_MEI 2 2 tristate "Intel Management Engine Interface (Intel MEI)" 3 - depends on X86 && PCI && EXPERIMENTAL && WATCHDOG_CORE 3 + depends on X86 && PCI && WATCHDOG_CORE 4 4 help 5 5 The Intel Management Engine (Intel ME) provides Manageability, 6 6 Security and Media services for system containing Intel chipsets.