1
0
Fork 0

vlynq: fix typo in Kconfig to enable debugging

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>
wifi-calibration
Florian Fainelli 2009-07-05 12:08:02 -07:00 committed by Linus Torvalds
parent 9e2db5c90a
commit efc0cfa6d1
1 changed files with 1 additions and 1 deletions

View File

@ -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.