]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
drivers/uwb: remove depends on CONFIG_EXPERIMENTAL
authorKees Cook <keescook@chromium.org>
Mon, 5 Nov 2012 23:04:35 +0000 (15:04 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 16 Nov 2012 01:39:03 +0000 (17:39 -0800)
The CONFIG_EXPERIMENTAL 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 from any "depends on" lines in Kconfigs.

Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/uwb/Kconfig

index d100f54ed65066078e717f4c3c6fe2a5d0bb29c8..2431eedbe6a55bdc30b95ea7ac0e25b641ef167d 100644 (file)
@@ -3,8 +3,7 @@
 #
 
 menuconfig UWB
-       tristate "Ultra Wideband devices (EXPERIMENTAL)"
-       depends on EXPERIMENTAL
+       tristate "Ultra Wideband devices"
        depends on PCI
        default n
        help