mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
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:
parent
c13b86a336
commit
73050d7144
1 changed files with 1 additions and 2 deletions
|
@ -3,8 +3,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
menuconfig UWB
|
menuconfig UWB
|
||||||
tristate "Ultra Wideband devices (EXPERIMENTAL)"
|
tristate "Ultra Wideband devices"
|
||||||
depends on EXPERIMENTAL
|
|
||||||
depends on PCI
|
depends on PCI
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
|
|
Loading…
Add table
Reference in a new issue