aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/eeprom/Kconfig
diff options
context:
space:
mode:
authorWolfram Sang <w.sang@pengutronix.de>2009-03-28 16:34:41 -0400
committerJean Delvare <khali@linux-fr.org>2009-03-28 16:34:41 -0400
commit781b8a2a31b7009a0baa8d700feafa6afc3fb861 (patch)
treed0357c83c134ef6c67d74041b763c32708f7966e /drivers/misc/eeprom/Kconfig
parentd2dd14ac1847082d4bb955619e86ed315c0ecd20 (diff)
eeprom/at24: Remove EXPERIMENTAL
This driver has been widely used since inclusion and no problems have been reported. Signed-off-by: Wolfram Sang <w.sang@pengutronix.de> Cc: David Brownell <david-b@pacbell.net> Signed-off-by: Jean Delvare <khali@linux-fr.org>
Diffstat (limited to 'drivers/misc/eeprom/Kconfig')
-rw-r--r--drivers/misc/eeprom/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/eeprom/Kconfig b/drivers/misc/eeprom/Kconfig
index c76df8cda5ef..89fec052f3b4 100644
--- a/drivers/misc/eeprom/Kconfig
+++ b/drivers/misc/eeprom/Kconfig
@@ -2,7 +2,7 @@ menu "EEPROM support"
2 2
3config EEPROM_AT24 3config EEPROM_AT24
4 tristate "I2C EEPROMs from most vendors" 4 tristate "I2C EEPROMs from most vendors"
5 depends on I2C && SYSFS && EXPERIMENTAL 5 depends on I2C && SYSFS
6 help 6 help
7 Enable this driver to get read/write support to most I2C EEPROMs, 7 Enable this driver to get read/write support to most I2C EEPROMs,
8 after you configure the driver to know about each EEPROM on 8 after you configure the driver to know about each EEPROM on