Commit efc0cfa6 authored by Florian Fainelli's avatar Florian Fainelli Committed by Linus Torvalds
Browse files

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: default avatarFlorian Fainelli <florian@openwrt.org>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 9e2db5c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.