From: Oleksij Rempel Date: Wed, 19 Nov 2014 11:30:28 +0000 (+0100) Subject: ath9k_common: make sure DEBUG_FS and RELAY enabled X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=b4c1b70823721e9edb19a839188e4dae50ce878d;p=deliverable%2Flinux.git ath9k_common: make sure DEBUG_FS and RELAY enabled currently ath9k_common depends on this components. Signed-off-by: Oleksij Rempel Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/ath/ath9k/Kconfig b/drivers/net/wireless/ath/ath9k/Kconfig index ca101d7cb99f..fee0cadb0f5e 100644 --- a/drivers/net/wireless/ath/ath9k/Kconfig +++ b/drivers/net/wireless/ath/ath9k/Kconfig @@ -3,6 +3,8 @@ config ATH9K_HW config ATH9K_COMMON tristate select ATH_COMMON + select DEBUG_FS + select RELAY config ATH9K_DFS_DEBUGFS def_bool y depends on ATH9K_DEBUGFS && ATH9K_DFS_CERTIFIED