All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/2] VLYNQ: fix typo in Kconfig to enable debugging
@ 2009-07-01 10:17 Florian Fainelli
  0 siblings, 0 replies; only message in thread
From: Florian Fainelli @ 2009-07-01 10:17 UTC (permalink / raw)
  To: Andrew Morton; +Cc: Robert P. J. Day, linux-kernel

This patch fixes a typo in the VLYNQ bus driver Kconfig
which prevented to turn on VLYNQ bus debugging.

Signed-off-by: Florian Fainelli <florian@openwrt.org>
---
diff --git a/drivers/vlynq/Kconfig b/drivers/vlynq/Kconfig
index f654221..a9efb16 100644
--- 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.
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-07-01 10:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-01 10:17 [PATCH 2/2] VLYNQ: fix typo in Kconfig to enable debugging Florian Fainelli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.