summary refs log tree commit diff
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2012-11-05 15:04:35 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-11-15 17:39:03 -0800
commit73050d7144272f2485e22685fb266c9a6c2eb2d6 (patch)
treee0097a510fb14f96ee6db26d922766009761d17d
parentc13b86a336d089f248293776a853252fbca15c26 (diff)
downloadlinux-73050d7144272f2485e22685fb266c9a6c2eb2d6.tar.gz
drivers/uwb: remove depends on CONFIG_EXPERIMENTAL
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>
-rw-r--r--drivers/uwb/Kconfig3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/uwb/Kconfig b/drivers/uwb/Kconfig
index d100f54ed650..2431eedbe6a5 100644
--- a/drivers/uwb/Kconfig
+++ b/drivers/uwb/Kconfig
@@ -3,8 +3,7 @@
 #
 
 menuconfig UWB
-	tristate "Ultra Wideband devices (EXPERIMENTAL)"
-	depends on EXPERIMENTAL
+	tristate "Ultra Wideband devices"
 	depends on PCI
 	default n
 	help