Browse Source

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 <[email protected]>

SVN-Revision: 43980
Rafał Miłecki 11 years ago
parent
commit
757b45a32f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      config/Config-kernel.in

+ 1 - 0
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