File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
components/soc/esp32c61/include/soc Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -863,6 +863,18 @@ config SOC_PM_PAU_LINK_NUM
863863 int
864864 default 4
865865
866+ config SOC_PM_PAU_REGDMA_LINK_MULTI_ADDR
867+ bool
868+ default y
869+
870+ config SOC_PM_PAU_REGDMA_LINK_WIFIMAC
871+ bool
872+ default y
873+
874+ config SOC_PM_PAU_REGDMA_UPDATE_CACHE_BEFORE_WAIT_COMPARE
875+ bool
876+ default y
877+
866878config SOC_CLK_RC_FAST_SUPPORT_CALIBRATION
867879 bool
868880 default y
Original file line number Diff line number Diff line change 444444#define SOC_PM_PAU_REGDMA_LINK_MULTI_ADDR (1)
445445#define SOC_PM_PAU_REGDMA_LINK_WIFIMAC (1)
446446
447+ #define SOC_PM_PAU_REGDMA_UPDATE_CACHE_BEFORE_WAIT_COMPARE (1)
448+
447449/*-------------------------- CLOCK SUBSYSTEM CAPS ----------------------------------------*/
448450#define SOC_CLK_RC_FAST_SUPPORT_CALIBRATION (1)
449451#define SOC_MODEM_CLOCK_IS_INDEPENDENT (1)
You can’t perform that action at this time.
0 commit comments