Fix early printk compile on ARM
SVN-Revision: 32130
This commit is contained in:
parent
4d8cd3afc0
commit
f0bd6aeade
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue