diff options
author | Kees Cook <keescook@chromium.org> | 2012-11-05 15:04:35 -0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-11-15 17:39:03 -0800 |
commit | 73050d7144272f2485e22685fb266c9a6c2eb2d6 (patch) | |
tree | e0097a510fb14f96ee6db26d922766009761d17d /drivers/uwb | |
parent | c13b86a336d089f248293776a853252fbca15c26 (diff) | |
download | linux-73050d7144272f2485e22685fb266c9a6c2eb2d6.tar.gz linux-73050d7144272f2485e22685fb266c9a6c2eb2d6.tar.bz2 linux-73050d7144272f2485e22685fb266c9a6c2eb2d6.zip |
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')
-rw-r--r-- | drivers/uwb/Kconfig | 3 |
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 |