aboutsummaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorMichael Büsch <mb@bu3sch.de>2012-06-08 19:59:14 +0000
committerMichael Büsch <mb@bu3sch.de>2012-06-08 19:59:14 +0000
commitd333dd1571a59dd1216563ea5fc57bc902bf4272 (patch)
tree0ea9dc3d8e9368f3b4ec4fc04c56798d6b8d8ec0 /Config.in
parent8da44b5fc93e2d6511875dd44b769f7f6043356e (diff)
downloadmaster-187ad058-d333dd1571a59dd1216563ea5fc57bc902bf4272.tar.gz
master-187ad058-d333dd1571a59dd1216563ea5fc57bc902bf4272.tar.bz2
master-187ad058-d333dd1571a59dd1216563ea5fc57bc902bf4272.zip
Fix early printk compile on ARM
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32130 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 2733ecb695..3ce7b6b063 100644
--- 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