aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/uwb/Kconfig
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2012-11-05 18:04:35 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-11-15 20:39:03 -0500
commit73050d7144272f2485e22685fb266c9a6c2eb2d6 (patch)
treee0097a510fb14f96ee6db26d922766009761d17d /drivers/uwb/Kconfig
parentc13b86a336d089f248293776a853252fbca15c26 (diff)
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>
Diffstat (limited to 'drivers/uwb/Kconfig')
-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 @@
3# 3#
4 4
5menuconfig UWB 5menuconfig UWB
6 tristate "Ultra Wideband devices (EXPERIMENTAL)" 6 tristate "Ultra Wideband devices"
7 depends on EXPERIMENTAL
8 depends on PCI 7 depends on PCI
9 default n 8 default n
10 help 9 help