mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-20 16:30:53 +00:00
Staging: wlan-ng: fix build error if wireless networking is not enabled
Thanks to Ingo for pointing this out. Cc: Ingo Molnar <mingo@elte.hu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
1781ad2f63
commit
0c74433e31
@ -1,6 +1,6 @@
|
|||||||
config PRISM2_USB
|
config PRISM2_USB
|
||||||
tristate "Prism2.5 USB driver"
|
tristate "Prism2.5 USB driver"
|
||||||
depends on USB
|
depends on WLAN_80211 && USB
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
This is the wlan-ng prism 2.5 USB driver for a wide range of
|
This is the wlan-ng prism 2.5 USB driver for a wide range of
|
||||||
|
Loading…
Reference in New Issue
Block a user