Skip to content

Commit

Permalink
Staging: remove CONFIG_EXPERIMENTAL dependancies
Browse files Browse the repository at this point in the history
As discussed at the kernel summit this year, CONFIG_EXPERIMENTAL means
nothing, so let's get rid of it.

Cc: Kees Cook <keescook@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Greg Kroah-Hartman committed Sep 18, 2012
1 parent 74f5671 commit ba753e4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion drivers/staging/bcm/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
config BCM_WIMAX
tristate "Beceem BCS200/BCS220-3 and BCSM250 wimax support"
depends on USB && NET && EXPERIMENTAL
depends on USB && NET
default N
help
This is an experimental driver for the Beceem WIMAX chipset used
Expand Down
4 changes: 2 additions & 2 deletions drivers/staging/usbip/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
config USBIP_CORE
tristate "USB/IP support (EXPERIMENTAL)"
depends on USB && NET && EXPERIMENTAL
tristate "USB/IP support"
depends on USB && NET
default N
---help---
This enables pushing USB packets over IP to allow remote
Expand Down
2 changes: 1 addition & 1 deletion drivers/staging/winbond/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
config W35UND
tristate "IS89C35 WLAN USB driver"
depends on MAC80211 && WLAN && USB && EXPERIMENTAL
depends on MAC80211 && WLAN && USB
default n
---help---
This is highly experimental driver for Winbond WIFI card.
Expand Down

0 comments on commit ba753e4

Please sign in to comment.