mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
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.
This commit is contained in:
parent
caf39e87cc
commit
45ac56ca64
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
|||
config IEEE80211
|
||||
tristate "Generic IEEE 802.11 Networking Stack"
|
||||
select NET_RADIO
|
||||
---help---
|
||||
This option enables the hardware independent IEEE 802.11
|
||||
networking stack.
|
||||
|
|
Loading…
Reference in a new issue