diff options
author | Kees Cook <keescook@chromium.org> | 2013-01-22 13:30:39 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-22 15:01:35 -0500 |
commit | 23681908b5d41f5aa9ec61579dcd5018db6921ea (patch) | |
tree | e6682e249a5c8815a7b4cbd1e50bdba883930338 /drivers/net | |
parent | afd19ef0b1a98f420ddcfc619182fd589034577f (diff) |
drivers/net/wireless/ipw2x00: 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.
CC: Stanislav Yakovlev <stas.yakovlev@gmail.com>
Acked-by: John W. Linville <linville@tuxdriver.com>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/wireless/ipw2x00/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ipw2x00/Kconfig b/drivers/net/wireless/ipw2x00/Kconfig index 2715b101aded..91c0cb3c368e 100644 --- a/drivers/net/wireless/ipw2x00/Kconfig +++ b/drivers/net/wireless/ipw2x00/Kconfig | |||
@@ -137,7 +137,7 @@ config IPW2200_PROMISCUOUS | |||
137 | 137 | ||
138 | config IPW2200_QOS | 138 | config IPW2200_QOS |
139 | bool "Enable QoS support" | 139 | bool "Enable QoS support" |
140 | depends on IPW2200 && EXPERIMENTAL | 140 | depends on IPW2200 |
141 | 141 | ||
142 | config IPW2200_DEBUG | 142 | config IPW2200_DEBUG |
143 | bool "Enable full debugging output in IPW2200 module." | 143 | bool "Enable full debugging output in IPW2200 module." |