pm: Let PM_PROCFS depend on FS_PROCFS_REGISTER
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
f3576a41f5
commit
414491e340
2 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue