[<prev] [next>] [day] [month] [year] [list]
Message-Id: <200907011217.44807.florian@openwrt.org>
Date: Wed, 1 Jul 2009 12:17:44 +0200
From: Florian Fainelli <florian@...nwrt.org>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: "Robert P. J. Day" <rpjday@...shcourse.ca>,
linux-kernel@...r.kernel.org
Subject: [PATCH 2/2] VLYNQ: fix typo in Kconfig to enable debugging
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@...nwrt.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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists