Commit 049e6261 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

Staging: wireless drivers Kconfig change

Change the wireless drivers to depend on CONFIG_WLAN instead of
CONFIG_WLAN_80211 which is going away soon.


Cc: John W. Linville <linville@tuxdriver.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 2cdf99ce
config OTUS config OTUS
tristate "Atheros OTUS 802.11n USB wireless support" tristate "Atheros OTUS 802.11n USB wireless support"
depends on USB && WLAN_80211 && MAC80211 depends on USB && WLAN && MAC80211
default N default N
---help--- ---help---
Enable support for Atheros 802.11n USB hardware: Enable support for Atheros 802.11n USB hardware:
......
config RT2860 config RT2860
tristate "Ralink 2860 wireless support" tristate "Ralink 2860 wireless support"
depends on PCI && X86 && WLAN_80211 depends on PCI && X86 && WLAN
---help--- ---help---
This is an experimental driver for the Ralink 2860 wireless chip. This is an experimental driver for the Ralink 2860 wireless chip.
config RT2870 config RT2870
tristate "Ralink 2870/3070 wireless support" tristate "Ralink 2870/3070 wireless support"
depends on USB && X86 && WLAN_80211 depends on USB && X86 && WLAN
---help--- ---help---
This is an experimental driver for the Ralink xx70 wireless chips. This is an experimental driver for the Ralink xx70 wireless chips.
config RT3090 config RT3090
tristate "Ralink 3090 wireless support" tristate "Ralink 3090 wireless support"
depends on PCI && X86 && WLAN_80211 depends on PCI && X86 && WLAN
---help--- ---help---
This is an experimental driver for the Ralink 3090 wireless chip. This is an experimental driver for the Ralink 3090 wireless chip.
config W35UND config W35UND
tristate "IS89C35 WLAN USB driver" tristate "IS89C35 WLAN USB driver"
depends on MAC80211 && WLAN_80211 && USB && EXPERIMENTAL depends on MAC80211 && WLAN && USB && EXPERIMENTAL
default n default n
---help--- ---help---
This is highly experimental driver for Winbond WIFI card. This is highly experimental driver for Winbond WIFI card.
......
config PRISM2_USB config PRISM2_USB
tristate "Prism2.5/3 USB driver" tristate "Prism2.5/3 USB driver"
depends on WLAN_80211 && USB && WIRELESS_EXT depends on WLAN && USB && WIRELESS_EXT
default n default n
---help--- ---help---
This is the wlan-ng prism 2.5/3 USB driver for a wide range of This is the wlan-ng prism 2.5/3 USB driver for a wide range of
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment