mirror of
https://github.com/apache/nuttx.git
synced 2025-01-12 22:08:35 +08:00
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 <wangjianyu3@xiaomi.com>
This commit is contained in:
parent
975eddaac5
commit
9899acf20b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue