From: Rafał Miłecki Date: Fri, 16 Jan 2015 14:50:51 +0000 (+0000) Subject: config: enable EARLY_PRINTK on bcm53xx by default X-Git-Tag: reboot~4694 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=757b45a32f19bd9de95736074485f52deebd9c57;p=thirdparty%2Fopenwrt.git config: enable EARLY_PRINTK on bcm53xx by default It's useful for debugging and safe at the same time as we enable it per device. Signed-off-by: Rafał Miłecki SVN-Revision: 43980 --- diff --git a/config/Config-kernel.in b/config/Config-kernel.in index 656fce3eb8a..db633c15a55 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