mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	ath9k_htc: Do not select MAC80211_LEDS by default
The ath9k_htc driver hides all LEDs related code behind CONFIG_MAC80211_LEDS ifdefs so it does not really require the MAC80211_LEDS. The code builds and works just 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/20200820120444.8809-1-krzk@kernel.org
This commit is contained in:
		
							parent
							
								
									f91a35b46a
								
							
						
					
					
						commit
						197f466e93
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -177,10 +177,10 @@ config ATH9K_HTC
 | 
				
			||||||
	tristate "Atheros HTC based wireless cards support"
 | 
						tristate "Atheros HTC based wireless cards support"
 | 
				
			||||||
	depends on USB && MAC80211
 | 
						depends on USB && MAC80211
 | 
				
			||||||
	select ATH9K_HW
 | 
						select ATH9K_HW
 | 
				
			||||||
	select MAC80211_LEDS
 | 
					 | 
				
			||||||
	select LEDS_CLASS
 | 
					 | 
				
			||||||
	select NEW_LEDS
 | 
					 | 
				
			||||||
	select ATH9K_COMMON
 | 
						select ATH9K_COMMON
 | 
				
			||||||
 | 
						imply NEW_LEDS
 | 
				
			||||||
 | 
						imply LEDS_CLASS
 | 
				
			||||||
 | 
						imply MAC80211_LEDS
 | 
				
			||||||
	help
 | 
						help
 | 
				
			||||||
	  Support for Atheros HTC based cards.
 | 
						  Support for Atheros HTC based cards.
 | 
				
			||||||
	  Chipsets supported: AR9271
 | 
						  Chipsets supported: AR9271
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue