Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c672a3ab authored by Sven Eckelmann's avatar Sven Eckelmann Committed by John W. Linville
Browse files

ath9k: Select RELAY for ATH9K_DEBUGFS



The spectral scan support activated through ATH9K_DEBUGFS depends on RELAY for
the kernel->userspace communication. Not activating RELAY causes build
failures.

The RELAY is added as select instead of depend to do it similar like
the only other user of RELAY: BLK_DEV_IO_TRACE

Signed-off-by: default avatarSven Eckelmann <sven@narfation.org>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 5e3175fb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -58,6 +58,7 @@ config ATH9K_DEBUGFS
	bool "Atheros ath9k debugging"
	depends on ATH9K
	select MAC80211_DEBUGFS
	select RELAY
	---help---
	  Say Y, if you need access to ath9k's statistics for
	  interrupts, rate control, etc.