soc: arc: quark_se_c1000_ss: Select the supported Power States
Select the Low Power States supported by Quark_SE_C1000_SS SoC series. Signed-off-by: Ramakrishna Pallala <ramakrishna.pallala@intel.com>
This commit is contained in:
parent
d3ab9a37d8
commit
a404d4df6b
2 changed files with 6 additions and 0 deletions
|
@ -2,5 +2,10 @@
|
|||
config SOC_QUARK_SE_C1000_SS
|
||||
bool "Intel Quark SE C1000- Sensor Sub System"
|
||||
select SYS_POWER_LOW_POWER_STATE_SUPPORTED
|
||||
select SYS_POWER_STATE_CPU_LPS_SUPPORTED
|
||||
select SYS_POWER_STATE_CPU_LPS_1_SUPPORTED
|
||||
select SYS_POWER_DEEP_SLEEP_SUPPORTED
|
||||
select SYS_POWER_STATE_DEEP_SLEEP_SUPPORTED
|
||||
select SYS_POWER_STATE_DEEP_SLEEP_1_SUPPORTED
|
||||
select SYS_POWER_STATE_DEEP_SLEEP_2_SUPPORTED
|
||||
select HAS_QMSI
|
||||
|
|
|
@ -22,6 +22,7 @@ extern "C" {
|
|||
enum power_states {
|
||||
SYS_POWER_STATE_CPU_LPS, /* SS1 state with Timer ON */
|
||||
SYS_POWER_STATE_CPU_LPS_1, /* SS2 state */
|
||||
SYS_POWER_STATE_CPU_LPS_2, /* Not supported*/
|
||||
SYS_POWER_STATE_DEEP_SLEEP, /* SS2 with LPSS enabled state */
|
||||
SYS_POWER_STATE_DEEP_SLEEP_1, /* SLEEP state */
|
||||
SYS_POWER_STATE_DEEP_SLEEP_2, /* SLEEP state with LPMODE enabled */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue