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:
9e2db5c
)
vlynq: fix typo in Kconfig to enable debugging
author
Florian Fainelli
<florian@openwrt.org>
Sun, 5 Jul 2009 19:08:02 +0000
(12:08 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Mon, 6 Jul 2009 20:57:03 +0000
(13:57 -0700)
Fix a typo in the VLYNQ bus driver Kconfig which prevented to turn on
VLYNQ bus debugging.
Signed-off-by: Florian Fainelli <florian@openwrt.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/vlynq/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/vlynq/Kconfig
b/drivers/vlynq/Kconfig
index
f654221
..
a9efb16
100644
(file)
--- a/
drivers/vlynq/Kconfig
+++ b/
drivers/vlynq/Kconfig
@@
-13,7
+13,7
@@
config VLYNQ
config VLYNQ_DEBUG
bool "VLYNQ bus debug"
- depends on VLYNQ &&
KERNEL_DEBUG
+ depends on VLYNQ &&
DEBUG_KERNEL
help
Turn on VLYNQ bus debugging.