From 3e2dae58e376af9141d044a192ceb3e4af8142fe Mon Sep 17 00:00:00 2001 From: Tao Huang Date: Mon, 19 Jul 2021 16:06:31 +0800 Subject: [PATCH] fiq_debugger: CONFIG_RK_CONSOLE_THREAD depends on ARCH_ROCKCHIP Make sure this bool config do not affected by gki_defconfig. Fixes: 44f5b21367e7 ("fiq_debugger: print log by console thread") Signed-off-by: Tao Huang Change-Id: Ied79a8b68580bacc4ec27cd98d38400e48de58ba --- drivers/staging/android/fiq_debugger/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/android/fiq_debugger/Kconfig b/drivers/staging/android/fiq_debugger/Kconfig index 589b0897f971..74bf574d671c 100644 --- a/drivers/staging/android/fiq_debugger/Kconfig +++ b/drivers/staging/android/fiq_debugger/Kconfig @@ -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