Skip to content
Snippets Groups Projects
Commit 757b45a3 authored by Rafał Miłecki's avatar Rafał Miłecki
Browse files

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: default avatarRafał Miłecki <zajec5@gmail.com>

SVN-Revision: 43980
parent 3bdf0544
No related branches found
No related tags found
No related merge requests found
...@@ -96,6 +96,7 @@ config KERNEL_DYNAMIC_DEBUG ...@@ -96,6 +96,7 @@ config KERNEL_DYNAMIC_DEBUG
config KERNEL_EARLY_PRINTK config KERNEL_EARLY_PRINTK
bool "Compile the kernel with early printk" bool "Compile the kernel with early printk"
default y if TARGET_bcm53xx
default n default n
depends on arm depends on arm
select KERNEL_DEBUG_KERNEL select KERNEL_DEBUG_KERNEL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment