fiq_debugger: CONFIG_RK_CONSOLE_THREAD depends on ARCH_ROCKCHIP
Make sure this bool config do not affected by gki_defconfig.
Fixes: 44f5b21367 ("fiq_debugger: print log by console thread")
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: Ied79a8b68580bacc4ec27cd98d38400e48de58ba
This commit is contained in:
@@ -66,6 +66,7 @@ config FIQ_WATCHDOG
|
||||
|
||||
config RK_CONSOLE_THREAD
|
||||
bool "Console write by thread"
|
||||
depends on ARCH_ROCKCHIP
|
||||
default n
|
||||
help
|
||||
Normal kernel printk will write out to UART by "kconsole" kthread
|
||||
|
||||
Reference in New Issue
Block a user