Skip to content

Commit

Permalink
vlynq: fix typo in Kconfig to enable debugging
Browse files Browse the repository at this point in the history
Fix a typo in the VLYNQ bus driver Kconfig which prevented to turn on
VLYNQ bus debugging.

Signed-off-by: Florian Fainelli <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
ffainelli authored and torvalds committed Jul 6, 2009
1 parent 9e2db5c commit efc0cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/vlynq/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit efc0cfa

Please sign in to comment.