diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-09-18 11:14:53 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-09-18 11:14:53 -0400 |
commit | 65929215d85702dd4a76db0ba9fbfc022ab99e55 (patch) | |
tree | eb8ab392b7719a236892fbd70cbdc9271e59f8f3 /drivers/misc/Kconfig | |
parent | a4136b49fbb9a6a885618ca38e66b4967091a9ec (diff) |
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>
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 98a442da892a..99c73352c430 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -105,7 +105,7 @@ config ATMEL_TCB_CLKSRC_BLOCK | |||
105 | 105 | ||
106 | config IBM_ASM | 106 | config IBM_ASM |
107 | tristate "Device driver for IBM RSA service processor" | 107 | tristate "Device driver for IBM RSA service processor" |
108 | depends on X86 && PCI && INPUT && EXPERIMENTAL | 108 | depends on X86 && PCI && INPUT |
109 | ---help--- | 109 | ---help--- |
110 | This option enables device driver support for in-band access to the | 110 | This option enables device driver support for in-band access to the |
111 | IBM RSA (Condor) service processor in eServer xSeries systems. | 111 | IBM RSA (Condor) service processor in eServer xSeries systems. |
@@ -162,8 +162,8 @@ config SGI_IOC4 | |||
162 | Otherwise say N. | 162 | Otherwise say N. |
163 | 163 | ||
164 | config TIFM_CORE | 164 | config TIFM_CORE |
165 | tristate "TI Flash Media interface support (EXPERIMENTAL)" | 165 | tristate "TI Flash Media interface support" |
166 | depends on EXPERIMENTAL && PCI | 166 | depends on PCI |
167 | help | 167 | help |
168 | If you want support for Texas Instruments(R) Flash Media adapters | 168 | If you want support for Texas Instruments(R) Flash Media adapters |
169 | you should select this option and then also choose an appropriate | 169 | you should select this option and then also choose an appropriate |
@@ -178,8 +178,8 @@ config TIFM_CORE | |||
178 | be called tifm_core. | 178 | be called tifm_core. |
179 | 179 | ||
180 | config TIFM_7XX1 | 180 | config TIFM_7XX1 |
181 | tristate "TI Flash Media PCI74xx/PCI76xx host adapter support (EXPERIMENTAL)" | 181 | tristate "TI Flash Media PCI74xx/PCI76xx host adapter support" |
182 | depends on PCI && TIFM_CORE && EXPERIMENTAL | 182 | depends on PCI && TIFM_CORE |
183 | default TIFM_CORE | 183 | default TIFM_CORE |
184 | help | 184 | help |
185 | This option enables support for Texas Instruments(R) PCI74xx and | 185 | This option enables support for Texas Instruments(R) PCI74xx and |
@@ -192,7 +192,7 @@ config TIFM_7XX1 | |||
192 | 192 | ||
193 | config ICS932S401 | 193 | config ICS932S401 |
194 | tristate "Integrated Circuits ICS932S401" | 194 | tristate "Integrated Circuits ICS932S401" |
195 | depends on I2C && EXPERIMENTAL | 195 | depends on I2C |
196 | help | 196 | help |
197 | If you say yes here you get support for the Integrated Circuits | 197 | If you say yes here you get support for the Integrated Circuits |
198 | ICS932S401 clock control chips. | 198 | ICS932S401 clock control chips. |
@@ -398,7 +398,7 @@ config EP93XX_PWM | |||
398 | 398 | ||
399 | config DS1682 | 399 | config DS1682 |
400 | tristate "Dallas DS1682 Total Elapsed Time Recorder with Alarm" | 400 | tristate "Dallas DS1682 Total Elapsed Time Recorder with Alarm" |
401 | depends on I2C && EXPERIMENTAL | 401 | depends on I2C |
402 | help | 402 | help |
403 | If you say yes here you get support for Dallas Semiconductor | 403 | If you say yes here you get support for Dallas Semiconductor |
404 | DS1682 Total Elapsed Time Recorder. | 404 | DS1682 Total Elapsed Time Recorder. |