diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-01-16 14:50:51 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2015-01-16 14:50:51 +0000 |
commit | d3fe1aff4fffb53eed349569a7e97990628ad9a9 (patch) | |
tree | 9c3d621e29b6c0e5a34b287462e21dba8bb73273 /config | |
parent | e2c269240084c3e93ea8ed7305b2e8b5ee44ce72 (diff) | |
download | upstream-d3fe1aff4fffb53eed349569a7e97990628ad9a9.tar.gz upstream-d3fe1aff4fffb53eed349569a7e97990628ad9a9.tar.bz2 upstream-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.in | 1 |
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 |