diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-09-15 00:15:50 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-09-18 02:00:15 -0400 |
commit | eb83be985510ab07f05be9541adfe3d5125deb18 (patch) | |
tree | 45ba1b0e0ecde5202e8ddfd382a468b13913c835 /drivers/usb/wusbcore | |
parent | c05fecb1d57e7f4dd3244c7bfaf4374b02728238 (diff) |
USB: remove CONFIG_EXPERIMENTAL dependancies
As discussed at the kernel summit this year, CONFIG_EXPERIMENTAL means
nothing, so let's get rid of it.
Acked-by: Felipe Balbi <balbi@ti.com>
Cc: Kees Cook <keescook@chromium.org>
Cc: David Herrmann <dh.herrmann@googlemail.com>
Cc: Hauke Mehrtens <hauke@hauke-m.de>
Cc: Alan Stern <stern@rowland.harvard.edu>
Cc: Neil Zhang <zhangwm@marvell.com>
Cc: Randy Dunlap <rdunlap@xenotime.net>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/wusbcore')
-rw-r--r-- | drivers/usb/wusbcore/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/usb/wusbcore/Kconfig b/drivers/usb/wusbcore/Kconfig index f29fdd7f6d75..8bf19760d447 100644 --- a/drivers/usb/wusbcore/Kconfig +++ b/drivers/usb/wusbcore/Kconfig | |||
@@ -2,8 +2,7 @@ | |||
2 | # Wireless USB Core configuration | 2 | # Wireless USB Core configuration |
3 | # | 3 | # |
4 | config USB_WUSB | 4 | config USB_WUSB |
5 | tristate "Enable Wireless USB extensions (EXPERIMENTAL)" | 5 | tristate "Enable Wireless USB extensions" |
6 | depends on EXPERIMENTAL | ||
7 | depends on USB | 6 | depends on USB |
8 | depends on PCI | 7 | depends on PCI |
9 | depends on UWB | 8 | depends on UWB |