diff options
author | Kees Cook <keescook@chromium.org> | 2012-10-02 11:16:18 -0700 |
---|---|---|
committer | Guenter Roeck <linux@roeck-us.net> | 2012-10-14 15:21:33 -0700 |
commit | 07d336006346f7f2e93e690de7c53a7e605f87f9 (patch) | |
tree | a0744ef6849af709c002f10c953539b9842403e6 /Documentation | |
parent | f2bab3eb4198ad49895e4cde0216beb3a1a88e31 (diff) |
Documentation/hwmon: 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: Jean Delvare <khali@linux-fr.org>
CC: Guenter Roeck <linux@roeck-us.net>
CC: Rob Landley <rob@landley.net>
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/hwmon/submitting-patches | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/hwmon/submitting-patches b/Documentation/hwmon/submitting-patches index 790f774a3032..843751c41fea 100644 --- a/Documentation/hwmon/submitting-patches +++ b/Documentation/hwmon/submitting-patches @@ -60,8 +60,7 @@ increase the chances of your change being accepted. * Add the driver to Kconfig and Makefile in alphabetical order. -* Make sure that all dependencies are listed in Kconfig. For new drivers, it - is most likely prudent to add a dependency on EXPERIMENTAL. +* Make sure that all dependencies are listed in Kconfig. * Avoid forward declarations if you can. Rearrange the code if necessary. |