From: Kees Cook Date: Tue, 2 Oct 2012 18:17:06 +0000 (-0700) Subject: hwmon: (pmbus) remove CONFIG_EXPERIMENTAL X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f2bab3eb4198ad49895e4cde0216beb3a1a88e31;p=openwrt%2Fstaging%2Fblogic.git hwmon: (pmbus) 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: Guenter Roeck CC: Jean Delvare Signed-off-by: Kees Cook Signed-off-by: Guenter Roeck --- diff --git a/drivers/hwmon/pmbus/Kconfig b/drivers/hwmon/pmbus/Kconfig index 2ca6a5a4f5a7..60745a535821 100644 --- a/drivers/hwmon/pmbus/Kconfig +++ b/drivers/hwmon/pmbus/Kconfig @@ -4,7 +4,7 @@ menuconfig PMBUS tristate "PMBus support" - depends on I2C && EXPERIMENTAL + depends on I2C default n help Say yes here if you want to enable PMBus support.