diff options
author | Michael Büsch <mb@bu3sch.de> | 2012-06-08 19:59:14 +0000 |
---|---|---|
committer | Michael Büsch <mb@bu3sch.de> | 2012-06-08 19:59:14 +0000 |
commit | f0bd6aeade8817d64024aef40999fdaf6fb8b189 (patch) | |
tree | 5e84c6697d23b675d424944d030398ad73a72ef3 | |
parent | 4d8cd3afc05e15f393be4caf4b605c0cd520732d (diff) | |
download | upstream-f0bd6aeade8817d64024aef40999fdaf6fb8b189.tar.gz upstream-f0bd6aeade8817d64024aef40999fdaf6fb8b189.tar.bz2 upstream-f0bd6aeade8817d64024aef40999fdaf6fb8b189.zip |
Fix early printk compile on ARM
SVN-Revision: 32130
-rw-r--r-- | Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -220,10 +220,16 @@ menu "Global build settings" help This will compile your kernel and modules with debug information. + config KERNEL_DEBUG_LL_UART_NONE + bool + default n + depends on arm + config KERNEL_DEBUG_LL bool default n depends on arm + select KERNEL_DEBUG_LL_UART_NONE help ARM low level debugging |