Commit 4ef25011 authored by Dominik Geyer's avatar Dominik Geyer Committed by John W. Linville
Browse files

ath9k: Fix Kconfig depends for ATH9K_DEBUGFS



Add missing DEBUG_FS dependency for ATH9K_DEBUGFS in ath9k's Kconfig.

Signed-off-by: default avatarDominik D. Geyer <dominik.geyer@gmx.de>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 55afc80b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ config ATH9K

config ATH9K_DEBUGFS
	bool "Atheros ath9k debugging"
	depends on ATH9K
	depends on ATH9K && DEBUG_FS
	---help---
	  Say Y, if you need access to ath9k's statistics for
	  interrupts, rate control, etc.