diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-09-17 23:02:36 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-09-17 23:02:36 -0700 |
commit | ba753e41803681d164eb17274b53085c7987d07c (patch) | |
tree | e41777337d5dc24bbe0b3d36555388c88bee00bd /drivers/staging/bcm/Kconfig | |
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/staging/bcm/Kconfig')
-rw-r--r-- | drivers/staging/bcm/Kconfig | 2 |
1 files changed, 1 insertions, 1 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 @@ 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 |