From: Sujith Manoharan Date: Mon, 26 Aug 2013 07:53:43 +0000 (+0530) Subject: ath9k: Fix DEBUG_FS dependency for ath9k X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=e5614a91be86b4b2d56f68c036fd7e81473b4016;p=deliverable%2Flinux.git ath9k: Fix DEBUG_FS dependency for ath9k Reported-by: Johannes Berg Signed-off-by: Sujith Manoharan Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/ath/ath9k/Kconfig b/drivers/net/wireless/ath/ath9k/Kconfig index c91bc6111c23..7944c25c9a43 100644 --- a/drivers/net/wireless/ath/ath9k/Kconfig +++ b/drivers/net/wireless/ath/ath9k/Kconfig @@ -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---