Skip to content

Commit

Permalink
hwmon: (pmbus) remove CONFIG_EXPERIMENTAL
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kees Cook authored and Guenter Roeck committed Oct 14, 2012
1 parent ddffeb8 commit f2bab3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/hwmon/pmbus/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f2bab3e

Please sign in to comment.