mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-19 18:53:52 +08:00
Staging: wlan-ng: use WIRELESS_EXT, not CONFIG_WIRELESS_EXT
Kconfig doesn't work with variables starting with CONFIG_ Signed-off-by: Solomon Peachy <pizza@shaftnet.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
fc4a76ff19
commit
aec6a5f034
@ -1,6 +1,6 @@
|
|||||||
config PRISM2_USB
|
config PRISM2_USB
|
||||||
tristate "Prism2.5/3 USB driver"
|
tristate "Prism2.5/3 USB driver"
|
||||||
depends on WLAN_80211 && USB && CONFIG_WIRELESS_EXT
|
depends on WLAN_80211 && 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
|
||||||
|
Loading…
Reference in New Issue
Block a user