public inbox for linux-wireless@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ath9k: Fix Kconfig depends for ATH9K_DEBUGFS
@ 2009-12-29  7:27 Dominik Geyer
  0 siblings, 0 replies; only message in thread
From: Dominik Geyer @ 2009-12-29  7:27 UTC (permalink / raw)
  To: John W. Linville; +Cc: Luis R. Rodriguez, linux-wireless, ath9k-devel

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

Signed-off-by: Dominik D. Geyer <dominik.geyer@gmx.de>
---
diff --git a/drivers/net/wireless/ath/ath9k/Kconfig b/drivers/net/wireless/ath/ath9k/Kconfig
index 03a1106..5774cea 100644
--- a/drivers/net/wireless/ath/ath9k/Kconfig
+++ b/drivers/net/wireless/ath/ath9k/Kconfig
@@ -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.


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-12-29  7:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-29  7:27 [PATCH] ath9k: Fix Kconfig depends for ATH9K_DEBUGFS Dominik Geyer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox