Kconfig (4b4193256c8d3bc3a5397b5cd9494c2ad386317d) Kconfig (b64acb28da8394485f0762e657470c9fc33aca4d)
1# SPDX-License-Identifier: GPL-2.0-only
2config MAC80211
3 tristate "Generic IEEE 802.11 Networking Stack (mac80211)"
4 depends on CFG80211
5 select CRYPTO
6 select CRYPTO_LIB_ARC4
7 select CRYPTO_AES
8 select CRYPTO_CCM

--- 55 unchanged lines hidden (view full) ---

64 Select this option to enable 802.11 mesh operation in mac80211
65 drivers that support it. 802.11 mesh connects multiple stations
66 over (possibly multi-hop) wireless links to form a single logical
67 LAN.
68
69config MAC80211_LEDS
70 bool "Enable LED triggers"
71 depends on MAC80211
1# SPDX-License-Identifier: GPL-2.0-only
2config MAC80211
3 tristate "Generic IEEE 802.11 Networking Stack (mac80211)"
4 depends on CFG80211
5 select CRYPTO
6 select CRYPTO_LIB_ARC4
7 select CRYPTO_AES
8 select CRYPTO_CCM

--- 55 unchanged lines hidden (view full) ---

64 Select this option to enable 802.11 mesh operation in mac80211
65 drivers that support it. 802.11 mesh connects multiple stations
66 over (possibly multi-hop) wireless links to form a single logical
67 LAN.
68
69config MAC80211_LEDS
70 bool "Enable LED triggers"
71 depends on MAC80211
72 depends on LEDS_CLASS
72 depends on LEDS_CLASS=y || LEDS_CLASS=MAC80211
73 select LEDS_TRIGGERS
74 help
75 This option enables a few LED triggers for different
76 packet receive/transmit events.
77
78config MAC80211_DEBUGFS
79 bool "Export mac80211 internals in DebugFS"
80 depends on MAC80211 && DEBUG_FS

--- 226 unchanged lines hidden ---
73 select LEDS_TRIGGERS
74 help
75 This option enables a few LED triggers for different
76 packet receive/transmit events.
77
78config MAC80211_DEBUGFS
79 bool "Export mac80211 internals in DebugFS"
80 depends on MAC80211 && DEBUG_FS

--- 226 unchanged lines hidden ---