浏览代码

drivers/w1/masters: remove CONFIG_EXPERIMENTAL

This config item has not carried much meaning for a while now and is
almost always enabled by default. As agreed during the Linux kernel
summit, remove it.

CC: Andrew Morton <akpm@linux-foundation.org>
CC: Paul Walmsley <paul@pwsan.com>
CC: Felipe Balbi <balbi@ti.com>
Signed-off-by: Kees Cook <keescook@chromium.org>
Acked-by: Evgeniy Polyakov <zbr@ioremap.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Kees Cook 12 年之前
父节点
当前提交
12b9f8a20d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/w1/masters/Kconfig

+ 1 - 1
drivers/w1/masters/Kconfig

@@ -26,7 +26,7 @@ config W1_MASTER_DS2490
 
 
 config W1_MASTER_DS2482
 config W1_MASTER_DS2482
 	tristate "Maxim DS2482 I2C to 1-Wire bridge"
 	tristate "Maxim DS2482 I2C to 1-Wire bridge"
-	depends on I2C && EXPERIMENTAL
+	depends on I2C
 	help
 	help
 	  If you say yes here you get support for the Maxim DS2482
 	  If you say yes here you get support for the Maxim DS2482
 	  I2C to 1-Wire bridge.
 	  I2C to 1-Wire bridge.