ath9k: Fix DEBUG_FS dependency for ath9k
authorSujith Manoharan <c_manoha@qca.qualcomm.com>
Mon, 26 Aug 2013 07:53:43 +0000 (13:23 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 26 Aug 2013 18:10:39 +0000 (14:10 -0400)
Reported-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/Kconfig

index c91bc6111c230afe64542d5d3a3e0a71a15d5a42..7944c25c9a43d54940ffc3e5ee9bc95591fe69d6 100644 (file)
@@ -56,7 +56,7 @@ config ATH9K_AHB
 
 config ATH9K_DEBUGFS
        bool "Atheros ath9k debugging"
-       depends on ATH9K
+       depends on ATH9K && DEBUG_FS
        select MAC80211_DEBUGFS
        select RELAY
        ---help---
This page took 0.031395 seconds and 5 git commands to generate.