From 85566fb5d7a51507146c45ce591daafcdf8cc4b8 Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Fri, 23 Dec 2022 17:45:21 +0800 Subject: [PATCH] boards/esp32c3-devkit: Enable CONFIG_PM_PROCFS to improve the ci coverage Signed-off-by: Xiang Xiao --- boards/risc-v/esp32c3/esp32c3-devkit/configs/pm/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/boards/risc-v/esp32c3/esp32c3-devkit/configs/pm/defconfig b/boards/risc-v/esp32c3/esp32c3-devkit/configs/pm/defconfig index b2a6060624..82c9c4ca1f 100644 --- a/boards/risc-v/esp32c3/esp32c3-devkit/configs/pm/defconfig +++ b/boards/risc-v/esp32c3/esp32c3-devkit/configs/pm/defconfig @@ -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