From: Michael Büsch <mb@bu3sch.de>
Date: Fri, 8 Jun 2012 19:59:14 +0000 (+0000)
Subject: Fix early printk compile on ARM
X-Git-Tag: reboot~13653
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=f0bd6aeade8817d64024aef40999fdaf6fb8b189;p=openwrt%2Fstaging%2Fblogic.git

Fix early printk compile on ARM

SVN-Revision: 32130
---

diff --git a/Config.in b/Config.in
index 2733ecb6950b..3ce7b6b063ca 100644
--- a/Config.in
+++ b/Config.in
@@ -220,10 +220,16 @@ menu "Global build settings"
 		help
 		  This will compile your kernel and modules with debug information.
 
+	config KERNEL_DEBUG_LL_UART_NONE
+		bool
+		default n
+		depends on arm
+
 	config KERNEL_DEBUG_LL
 		bool
 		default n
 		depends on arm
+		select KERNEL_DEBUG_LL_UART_NONE
 		help
 		  ARM low level debugging