Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
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:
+1 −1
Original line number Original line Diff line number Diff line
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.
+1 −1
Original line number Original line Diff line number Diff line
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.
+1 −1
Original line number Original line Diff line number Diff line
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.
+1 −1
Original line number Original line Diff line number Diff line
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.
Loading