summary refs log tree commit diff
path: root/drivers/hwmon
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2012-10-02 11:17:06 -0700
committerGuenter Roeck <linux@roeck-us.net>2012-10-14 15:21:33 -0700
commitf2bab3eb4198ad49895e4cde0216beb3a1a88e31 (patch)
tree3d014df3881fc7750cf1f239387764547db3b266 /drivers/hwmon
parentddffeb8c4d0331609ef2581d84de4d763607bd37 (diff)
downloadlinux-f2bab3eb4198ad49895e4cde0216beb3a1a88e31.tar.gz
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 <linux@roeck-us.net>
CC: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'drivers/hwmon')
-rw-r--r--drivers/hwmon/pmbus/Kconfig2
1 files changed, 1 insertions, 1 deletions
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.