aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorRafał Miłecki <zajec5@gmail.com>2015-01-16 14:50:51 +0000
committerRafał Miłecki <zajec5@gmail.com>2015-01-16 14:50:51 +0000
commitd3fe1aff4fffb53eed349569a7e97990628ad9a9 (patch)
tree9c3d621e29b6c0e5a34b287462e21dba8bb73273 /config
parente2c269240084c3e93ea8ed7305b2e8b5ee44ce72 (diff)
downloadmaster-187ad058-d3fe1aff4fffb53eed349569a7e97990628ad9a9.tar.gz
master-187ad058-d3fe1aff4fffb53eed349569a7e97990628ad9a9.tar.bz2
master-187ad058-d3fe1aff4fffb53eed349569a7e97990628ad9a9.zip
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 <zajec5@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@43980 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'config')
-rw-r--r--config/Config-kernel.in1
1 files changed, 1 insertions, 0 deletions
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