diff options
author | mb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-06-08 19:59:14 +0000 |
---|---|---|
committer | mb <mb@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-06-08 19:59:14 +0000 |
commit | 3e70eebc2260a6bdb238e29f2791ea3f9233ca08 (patch) | |
tree | 0ea9dc3d8e9368f3b4ec4fc04c56798d6b8d8ec0 | |
parent | 7efa150cb414a635aa56cd1475d83eb67d1c6cd5 (diff) |
Fix early printk compile on ARM
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32130 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |