ath9k: Do not select MAC80211_LEDS by default
authorKrzysztof Kozlowski <krzk@kernel.org>
Thu, 20 Aug 2020 19:40:49 +0000 (21:40 +0200)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 27 Aug 2020 10:18:07 +0000 (13:18 +0300)
commit72cdab808714b1ec24b0c7bdebed163ce791f01f
tree59379e1f78e03f13ffd38ea75b295cf4bab4edfb
parentb016d0a5b817da3a44a17c62f59cc9331faf511a
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 <krzk@kernel.org>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Link: https://lore.kernel.org/r/20200820194049.28055-1-krzk@kernel.org
drivers/net/wireless/ath/ath9k/Kconfig