diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-09-18 02:02:36 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-09-18 02:02:36 -0400 |
commit | ba753e41803681d164eb17274b53085c7987d07c (patch) | |
tree | e41777337d5dc24bbe0b3d36555388c88bee00bd /drivers | |
parent | 74f5671442c6e9b2b54137d20fd7789078265897 (diff) |
Staging: remove CONFIG_EXPERIMENTAL dependancies
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/bcm/Kconfig | 2 | ||||
-rw-r--r-- | drivers/staging/usbip/Kconfig | 4 | ||||
-rw-r--r-- | drivers/staging/winbond/Kconfig | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/drivers/staging/bcm/Kconfig b/drivers/staging/bcm/Kconfig index 96adb1026c4f..83c9752504d4 100644 --- a/drivers/staging/bcm/Kconfig +++ b/drivers/staging/bcm/Kconfig | |||
@@ -1,6 +1,6 @@ | |||
1 | config BCM_WIMAX | 1 | config BCM_WIMAX |
2 | tristate "Beceem BCS200/BCS220-3 and BCSM250 wimax support" | 2 | tristate "Beceem BCS200/BCS220-3 and BCSM250 wimax support" |
3 | depends on USB && NET && EXPERIMENTAL | 3 | depends on USB && NET |
4 | default N | 4 | default N |
5 | help | 5 | help |
6 | This is an experimental driver for the Beceem WIMAX chipset used | 6 | This is an experimental driver for the Beceem WIMAX chipset used |
diff --git a/drivers/staging/usbip/Kconfig b/drivers/staging/usbip/Kconfig index dd13c0220681..199b1d4c0b85 100644 --- a/drivers/staging/usbip/Kconfig +++ b/drivers/staging/usbip/Kconfig | |||
@@ -1,6 +1,6 @@ | |||
1 | config USBIP_CORE | 1 | config USBIP_CORE |
2 | tristate "USB/IP support (EXPERIMENTAL)" | 2 | tristate "USB/IP support" |
3 | depends on USB && NET && EXPERIMENTAL | 3 | depends on USB && NET |
4 | default N | 4 | default N |
5 | ---help--- | 5 | ---help--- |
6 | This enables pushing USB packets over IP to allow remote | 6 | This enables pushing USB packets over IP to allow remote |
diff --git a/drivers/staging/winbond/Kconfig b/drivers/staging/winbond/Kconfig index 132671d96d0d..a29f60836b77 100644 --- a/drivers/staging/winbond/Kconfig +++ b/drivers/staging/winbond/Kconfig | |||
@@ -1,6 +1,6 @@ | |||
1 | config W35UND | 1 | config W35UND |
2 | tristate "IS89C35 WLAN USB driver" | 2 | tristate "IS89C35 WLAN USB driver" |
3 | depends on MAC80211 && WLAN && USB && EXPERIMENTAL | 3 | depends on MAC80211 && WLAN && USB |
4 | default n | 4 | default n |
5 | ---help--- | 5 | ---help--- |
6 | This is highly experimental driver for Winbond WIFI card. | 6 | This is highly experimental driver for Winbond WIFI card. |