projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4d8cd3a
)
Fix early printk compile on ARM
author
Michael Büsch
<mb@bu3sch.de>
Fri, 8 Jun 2012 19:59:14 +0000
(19:59 +0000)
committer
Michael Büsch
<mb@bu3sch.de>
Fri, 8 Jun 2012 19:59:14 +0000
(19:59 +0000)
SVN-Revision: 32130
Config.in
patch
|
blob
|
history
diff --git
a/Config.in
b/Config.in
index 2733ecb6950b3f3c297ed8690a05bd9d0487b400..3ce7b6b063ca416e93e0bca98a9b77155510c1d2 100644
(file)
--- a/
Config.in
+++ b/
Config.in
@@
-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