Skip to content

Commit 72cdab8

Browse files
krzkKalle Valo
authored andcommitted
ath9k: Do not select MAC80211_LEDS by default
The ath9k driver hides all LEDs related code behind CONFIG_MAC80211_LEDS ifdefs so it does not really require the MAC80211_LEDS. The code builds fine. Convert the "select" into "imply" to allow disabling LED trigger when not needed. Signed-off-by: Krzysztof Kozlowski <[email protected]> Signed-off-by: Kalle Valo <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent b016d0a commit 72cdab8

File tree

1 file changed

+3
-3
lines changed
  • drivers/net/wireless/ath/ath9k

1 file changed

+3
-3
lines changed

drivers/net/wireless/ath/ath9k/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ config ATH9K
2222
tristate "Atheros 802.11n wireless cards support"
2323
depends on MAC80211 && HAS_DMA
2424
select ATH9K_HW
25-
select MAC80211_LEDS
26-
select LEDS_CLASS
27-
select NEW_LEDS
2825
select ATH9K_COMMON
26+
imply NEW_LEDS
27+
imply LEDS_CLASS
28+
imply MAC80211_LEDS
2929
help
3030
This module adds support for wireless adapters based on
3131
Atheros IEEE 802.11n AR5008, AR9001 and AR9002 family

0 commit comments

Comments
 (0)