pm: Let PM_PROCFS depend on FS_PROCFS_REGISTER

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2023-09-20 07:02:20 +08:00 committed by Alan Carvalho de Assis
parent f3576a41f5
commit 414491e340
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@ CONFIG_BOARD_LOOPSPERMSEC=15000
CONFIG_BUILTIN=y
CONFIG_DEV_ZERO=y
CONFIG_FS_PROCFS=y
CONFIG_FS_PROCFS_REGISTER=y
CONFIG_IDLETHREAD_STACKSIZE=2048
CONFIG_INIT_ENTRYPOINT="nsh_main"
CONFIG_INTELHEX_BINARY=y

View File

@ -26,6 +26,7 @@ config PM_NDOMAINS
config PM_PROCFS
bool "PM proc fs support"
depends on FS_PROCFS_REGISTER
---help---
Enable procfs for pm.