From: mb Date: Fri, 8 Jun 2012 19:59:14 +0000 (+0000) Subject: Fix early printk compile on ARM X-Git-Tag: fast2504n-3.10.28-merged~5789 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=3e70eebc2260a6bdb238e29f2791ea3f9233ca08;p=openwrt.git Fix early printk compile on ARM git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32130 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/Config.in b/Config.in index 2733ecb695..3ce7b6b063 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