浏览代码

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>
Wolfram Sang 16 年之前
父节点
当前提交
781b8a2a31
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/misc/eeprom/Kconfig

+ 1 - 1
drivers/misc/eeprom/Kconfig

@@ -2,7 +2,7 @@ menu "EEPROM support"
 
 
 config EEPROM_AT24
 config EEPROM_AT24
 	tristate "I2C EEPROMs from most vendors"
 	tristate "I2C EEPROMs from most vendors"
-	depends on I2C && SYSFS && EXPERIMENTAL
+	depends on I2C && SYSFS
 	help
 	help
 	  Enable this driver to get read/write support to most I2C EEPROMs,
 	  Enable this driver to get read/write support to most I2C EEPROMs,
 	  after you configure the driver to know about each EEPROM on
 	  after you configure the driver to know about each EEPROM on