mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
Fix early printk compile on ARM
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32130 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -220,10 +220,16 @@ menu "Global build settings"
|
|||||||
help
|
help
|
||||||
This will compile your kernel and modules with debug information.
|
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
|
config KERNEL_DEBUG_LL
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
depends on arm
|
depends on arm
|
||||||
|
select KERNEL_DEBUG_LL_UART_NONE
|
||||||
help
|
help
|
||||||
ARM low level debugging
|
ARM low level debugging
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user