boards/esp32c3-devkit: Enable CONFIG_PM_PROCFS to improve the ci coverage

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2022-12-23 17:45:21 +08:00 committed by Alan Carvalho de Assis
parent 02e92d2ba5
commit 85566fb5d7
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ CONFIG_NSH_STRERROR=y
CONFIG_PM=y
CONFIG_PM_GOVERNOR_EXPLICIT_RELAX=-1
CONFIG_PM_GOVERNOR_GREEDY=y
CONFIG_PM_PROCFS=y
CONFIG_PREALLOC_TIMERS=0
CONFIG_RR_INTERVAL=200
CONFIG_SCHED_WAITPID=y