diff options
author | Oleksij Rempel <linux@rempel-privat.de> | 2014-11-19 12:30:28 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-11-19 15:50:04 -0500 |
commit | b4c1b70823721e9edb19a839188e4dae50ce878d (patch) | |
tree | e2d3994e65d77ff992ff1a7a3ed2200b3ffe8077 /drivers | |
parent | ab1f5a532c9d33b49b039660c5ecbc0ab53e7133 (diff) |
ath9k_common: make sure DEBUG_FS and RELAY enabled
currently ath9k_common depends on this components.
Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
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 |