We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6616a75 + aff82cc commit 06aea27Copy full SHA for 06aea27
components/soc/esp32c61/include/soc/Kconfig.soc_caps.in
@@ -1139,10 +1139,6 @@ config SOC_EXT_MEM_CACHE_TAG_IN_CPU_DOMAIN
1139
bool
1140
default y
1141
1142
-config SOC_PM_MMU_TABLE_RETENTION_WHEN_TOP_PD
1143
- bool
1144
- default y
1145
-
1146
config SOC_PM_PAU_LINK_NUM
1147
int
1148
default 4
components/soc/esp32c61/include/soc/soc_caps.h
@@ -467,7 +467,6 @@
467
#define SOC_PM_CPU_RETENTION_BY_SW (1)
468
#define SOC_PM_MODEM_RETENTION_BY_REGDMA (1)
469
#define SOC_EXT_MEM_CACHE_TAG_IN_CPU_DOMAIN (1)
470
-#define SOC_PM_MMU_TABLE_RETENTION_WHEN_TOP_PD (1)
471
472
#define SOC_PM_PAU_LINK_NUM (4)
473
#define SOC_PM_PAU_REGDMA_LINK_MULTI_ADDR (1)
0 commit comments