From 5973692a76fba406783bde4d8abd7006455e3723 Mon Sep 17 00:00:00 2001 From: wangjianyu3 Date: Wed, 25 Dec 2024 16:46:51 +0800 Subject: [PATCH] sim:thermal: Enable command line history Make it easier to debug. e.g. execute some commands frequently, like: cat /proc/thermal/cpu-thermal Signed-off-by: wangjianyu3 --- boards/sim/sim/sim/configs/thermal/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/sim/sim/sim/configs/thermal/defconfig b/boards/sim/sim/sim/configs/thermal/defconfig index b7443db18ba..ed59eb3eab7 100644 --- a/boards/sim/sim/sim/configs/thermal/defconfig +++ b/boards/sim/sim/sim/configs/thermal/defconfig @@ -5,6 +5,7 @@ CONFIG_DEBUG_THERMAL_ERROR=y CONFIG_DEBUG_THERMAL_INFO=y CONFIG_DEBUG_THERMAL_WARN=y CONFIG_PM=y +CONFIG_READLINE_CMD_HISTORY=y CONFIG_SCHED_LPWORK=y CONFIG_THERMAL=y CONFIG_THERMAL_DUMMY=y