projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55afc80
)
ath9k: Fix Kconfig depends for ATH9K_DEBUGFS
author
Dominik Geyer
<dominik.geyer@gmx.de>
Tue, 29 Dec 2009 07:27:57 +0000
(08:27 +0100)
committer
John W. Linville
<linville@tuxdriver.com>
Mon, 4 Jan 2010 21:09:47 +0000
(16:09 -0500)
Add missing DEBUG_FS dependency for ATH9K_DEBUGFS in ath9k's Kconfig.
Signed-off-by: Dominik D. Geyer <dominik.geyer@gmx.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath9k/Kconfig
b/drivers/net/wireless/ath/ath9k/Kconfig
index
03a1106
..
5774cea
100644
(file)
--- 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.