feat(pm): add SOC_PM_SUPPORTED in soc caps

This commit is contained in:
gaoxu
2024-05-10 15:20:47 +08:00
parent 6e4b50511e
commit cbef285352
20 changed files with 44 additions and 2 deletions

View File

@@ -239,6 +239,10 @@ config SOC_MODEM_CLOCK_SUPPORTED
bool
default y
config SOC_PM_SUPPORTED
bool
default y
config SOC_XTAL_SUPPORT_40M
bool
default y

View File

@@ -76,6 +76,7 @@
#define SOC_LIGHT_SLEEP_SUPPORTED 1
#define SOC_DEEP_SLEEP_SUPPORTED 1
#define SOC_MODEM_CLOCK_SUPPORTED 1
#define SOC_PM_SUPPORTED 1
/*-------------------------- XTAL CAPS ---------------------------------------*/
#define SOC_XTAL_SUPPORT_40M 1