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 36ae237 + 61fb531 commit c93d7d0Copy full SHA for c93d7d0
components/soc/esp32c61/include/soc/Kconfig.soc_caps.in
@@ -991,10 +991,6 @@ config SOC_EXT_MEM_CACHE_TAG_IN_CPU_DOMAIN
991
bool
992
default y
993
994
-config SOC_PM_MMU_TABLE_RETENTION_WHEN_TOP_PD
995
- bool
996
- default y
997
-
998
config SOC_PM_PAU_LINK_NUM
999
int
1000
default 4
components/soc/esp32c61/include/soc/soc_caps.h
@@ -449,7 +449,6 @@
449
#define SOC_PM_CPU_RETENTION_BY_SW (1)
450
#define SOC_PM_MODEM_RETENTION_BY_REGDMA (1)
451
#define SOC_EXT_MEM_CACHE_TAG_IN_CPU_DOMAIN (1)
452
-#define SOC_PM_MMU_TABLE_RETENTION_WHEN_TOP_PD (1)
453
454
#define SOC_PM_PAU_LINK_NUM (4)
455
#define SOC_PM_PAU_REGDMA_LINK_MULTI_ADDR (1)
0 commit comments