mirror of
https://github.com/Ai-Thinker-Open/Ai-Thinker-Open_RTL8710BX_ALIOS_SDK.git
synced 2026-07-13 21:45:38 +00:00
rel_1.6.0 init
This commit is contained in:
commit
27b3e2883d
19359 changed files with 8093121 additions and 0 deletions
24
Living_SDK/kernel/pwrmgmt/Config.in
Executable file
24
Living_SDK/kernel/pwrmgmt/Config.in
Executable file
|
|
@ -0,0 +1,24 @@
|
|||
menuconfig AOS_COMP_PWRMGMT
|
||||
bool "pwrmgmt"
|
||||
default n
|
||||
help
|
||||
|
||||
if AOS_COMP_PWRMGMT
|
||||
# Configurations for component pwrmgmt
|
||||
config PWRMGMT_CONFIG_SHOW
|
||||
int "PWRMGMT_CONFIG_SHOW"
|
||||
range 0 1
|
||||
default 0
|
||||
help
|
||||
set to 1 if you want to call state show function:enable cpu_pwr_c_support_print,
|
||||
cpu_pwr_info_show,cpu_pwr_state_show.
|
||||
default 0
|
||||
|
||||
config PWRMGMT_CONFIG_DEBUG
|
||||
int "PWRMGMT_CONFIG_DEBUG"
|
||||
range 0 1
|
||||
default 0
|
||||
help
|
||||
set to 1 if you want to show debug infomation.
|
||||
default 0
|
||||
endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue