dect
/
linux-2.6
Archived
13
0
Fork 0

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>
This commit is contained in:
Kees Cook 2012-11-05 15:04:35 -08:00 committed by Greg Kroah-Hartman
parent c13b86a336
commit 73050d7144
1 changed files with 1 additions and 2 deletions

View 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