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

Commit 45ac56ca authored by Jeff Garzik's avatar Jeff Garzik
Browse files

Kconfig: IEEE80211 should not depend on NET_RADIO

We should not restrict use of ieee80211 to only when wireless drivers
are enabled.  In-development and out-of-tree drivers may wish to use it,
and by removing this restriction we eliminate a circular dependency.
parent caf39e87
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
config IEEE80211
	tristate "Generic IEEE 802.11 Networking Stack"
	select NET_RADIO
	---help---
	This option enables the hardware independent IEEE 802.11
	networking stack.