soc: x86: quark_se: Select the supported Power States
Select the Low Power States supported by Intel Quark SE SoC series. Signed-off-by: Ramakrishna Pallala <ramakrishna.pallala@intel.com>
This commit is contained in:
parent
a404d4df6b
commit
3a8e37caae
2 changed files with 6 additions and 0 deletions
|
@ -12,7 +12,12 @@ config SOC_SERIES_QUARK_SE
|
|||
select LOAPIC_TIMER
|
||||
select XIP
|
||||
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_STATE_CPU_LPS_2_SUPPORTED
|
||||
select SYS_POWER_DEEP_SLEEP_SUPPORTED
|
||||
select SYS_POWER_STATE_DEEP_SLEEP_SUPPORTED
|
||||
select SYS_POWER_STATE_DEEP_SLEEP_1_SUPPORTED
|
||||
select BOOTLOADER_CONTEXT_RESTORE_SUPPORTED
|
||||
select HAS_QMSI
|
||||
help
|
||||
|
|
|
@ -25,6 +25,7 @@ enum power_states {
|
|||
SYS_POWER_STATE_CPU_LPS_2, /* C2LP state */
|
||||
SYS_POWER_STATE_DEEP_SLEEP, /* SLEEP state */
|
||||
SYS_POWER_STATE_DEEP_SLEEP_1, /* SLEEP state with LPMODE enabled */
|
||||
SYS_POWER_STATE_DEEP_SLEEP_2, /* Not Supported */
|
||||
|
||||
SYS_POWER_STATE_MAX
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue