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>
This commit is contained in:
parent
ddffeb8c4d
commit
f2bab3eb41
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
menuconfig PMBUS
|
menuconfig PMBUS
|
||||||
tristate "PMBus support"
|
tristate "PMBus support"
|
||||||
depends on I2C && EXPERIMENTAL
|
depends on I2C
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Say yes here if you want to enable PMBus support.
|
Say yes here if you want to enable PMBus support.
|
||||||
|
|
Loading…
Reference in New Issue