mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-18 10:13:57 +08:00
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: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
2cdf99ce2b
commit
049e62614a
@ -1,6 +1,6 @@
|
||||
config OTUS
|
||||
tristate "Atheros OTUS 802.11n USB wireless support"
|
||||
depends on USB && WLAN_80211 && MAC80211
|
||||
depends on USB && WLAN && MAC80211
|
||||
default N
|
||||
---help---
|
||||
Enable support for Atheros 802.11n USB hardware:
|
||||
|
@ -1,5 +1,5 @@
|
||||
config RT2860
|
||||
tristate "Ralink 2860 wireless support"
|
||||
depends on PCI && X86 && WLAN_80211
|
||||
depends on PCI && X86 && WLAN
|
||||
---help---
|
||||
This is an experimental driver for the Ralink 2860 wireless chip.
|
||||
|
@ -1,5 +1,5 @@
|
||||
config RT2870
|
||||
tristate "Ralink 2870/3070 wireless support"
|
||||
depends on USB && X86 && WLAN_80211
|
||||
depends on USB && X86 && WLAN
|
||||
---help---
|
||||
This is an experimental driver for the Ralink xx70 wireless chips.
|
||||
|
@ -1,5 +1,5 @@
|
||||
config RT3090
|
||||
tristate "Ralink 3090 wireless support"
|
||||
depends on PCI && X86 && WLAN_80211
|
||||
depends on PCI && X86 && WLAN
|
||||
---help---
|
||||
This is an experimental driver for the Ralink 3090 wireless chip.
|
||||
|
@ -1,6 +1,6 @@
|
||||
config W35UND
|
||||
tristate "IS89C35 WLAN USB driver"
|
||||
depends on MAC80211 && WLAN_80211 && USB && EXPERIMENTAL
|
||||
depends on MAC80211 && WLAN && USB && EXPERIMENTAL
|
||||
default n
|
||||
---help---
|
||||
This is highly experimental driver for Winbond WIFI card.
|
||||
|
@ -1,6 +1,6 @@
|
||||
config PRISM2_USB
|
||||
tristate "Prism2.5/3 USB driver"
|
||||
depends on WLAN_80211 && USB && WIRELESS_EXT
|
||||
depends on WLAN && USB && WIRELESS_EXT
|
||||
default n
|
||||
---help---
|
||||
This is the wlan-ng prism 2.5/3 USB driver for a wide range of
|
||||
|
Loading…
Reference in New Issue
Block a user