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/eeprom | |
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/eeprom')
-rw-r--r-- | drivers/misc/eeprom/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/eeprom/Kconfig b/drivers/misc/eeprom/Kconfig index 701edf658970..c9e695ea7c9a 100644 --- a/drivers/misc/eeprom/Kconfig +++ b/drivers/misc/eeprom/Kconfig | |||
@@ -50,7 +50,7 @@ config EEPROM_LEGACY | |||
50 | 50 | ||
51 | config EEPROM_MAX6875 | 51 | config EEPROM_MAX6875 |
52 | tristate "Maxim MAX6874/5 power supply supervisor" | 52 | tristate "Maxim MAX6874/5 power supply supervisor" |
53 | depends on I2C && EXPERIMENTAL | 53 | depends on I2C |
54 | help | 54 | help |
55 | If you say yes here you get read-only support for the user EEPROM of | 55 | If you say yes here you get read-only support for the user EEPROM of |
56 | the Maxim MAX6874/5 EEPROM-programmable, quad power-supply | 56 | the Maxim MAX6874/5 EEPROM-programmable, quad power-supply |