From d3fe1aff4fffb53eed349569a7e97990628ad9a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mi=C5=82ecki?= Date: Fri, 16 Jan 2015 14:50:51 +0000 Subject: config: enable EARLY_PRINTK on bcm53xx by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's useful for debugging and safe at the same time as we enable it per device. Signed-off-by: Rafał Miłecki git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43980 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- config/Config-kernel.in | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/Config-kernel.in b/config/Config-kernel.in index 656fce3eb8..db633c15a5 100644 --- a/config/Config-kernel.in +++ b/config/Config-kernel.in @@ -96,6 +96,7 @@ config KERNEL_DYNAMIC_DEBUG config KERNEL_EARLY_PRINTK bool "Compile the kernel with early printk" + default y if TARGET_bcm53xx default n depends on arm select KERNEL_DEBUG_KERNEL -- cgit v1.2.3