File tree Expand file tree Collapse file tree 4 files changed +24
-8
lines changed Expand file tree Collapse file tree 4 files changed +24
-8
lines changed Original file line number Diff line number Diff line change @@ -669,7 +669,23 @@ config SOC_PM_SUPPORT_TOP_PD
669669
670670config SOC_PM_PAU_LINK_NUM
671671 int
672- default 4
672+ default 5
673+
674+ config SOC_PM_PAU_REGDMA_LINK_CONFIGURABLE
675+ bool
676+ default y
677+
678+ config SOC_PM_CPU_RETENTION_BY_SW
679+ bool
680+ default y
681+
682+ config SOC_PM_MODEM_RETENTION_BY_REGDMA
683+ bool
684+ default y
685+
686+ config SOC_PM_SUPPORT_DEEPSLEEP_CHECK_STUB_ONLY
687+ bool
688+ default y
673689
674690config SOC_CLK_RC_FAST_SUPPORT_CALIBRATION
675691 bool
Original file line number Diff line number Diff line change 528528#define SOC_PM_SUPPORT_RC_FAST_PD (1)
529529#define SOC_PM_SUPPORT_VDDSDIO_PD (1)
530530#define SOC_PM_SUPPORT_TOP_PD (1)
531- #define SOC_PM_PAU_LINK_NUM (4 )
532- // #define SOC_PM_CPU_RETENTION_BY_SW (1)
533- // #define SOC_PM_MODEM_RETENTION_BY_REGDMA (1)
534- // #define SOC_PM_SUPPORT_DEEPSLEEP_CHECK_STUB_ONLY (1) /*!<Supports CRC only the stub code in RTC memory */
535- // #define SOC_PM_RETENTION_SW_TRIGGER_REGDMA (1) /*!< In esp32H2, regdma will power off when entering sleep */
531+ #define SOC_PM_PAU_LINK_NUM (5 )
532+ #define SOC_PM_PAU_REGDMA_LINK_CONFIGURABLE (1)
533+ #define SOC_PM_CPU_RETENTION_BY_SW (1)
534+ #define SOC_PM_MODEM_RETENTION_BY_REGDMA (1)
535+ #define SOC_PM_SUPPORT_DEEPSLEEP_CHECK_STUB_ONLY (1) /*!<Supports CRC only the stub code in RTC memory */
536536
537537/*-------------------------- CLOCK SUBSYSTEM CAPS ----------------------------------------*/
538538#define SOC_CLK_RC_FAST_SUPPORT_CALIBRATION (1)
Original file line number Diff line number Diff line change 11/**
2- * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
2+ * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
33 *
44 * SPDX-License-Identifier: Apache-2.0
55 */
Original file line number Diff line number Diff line change 11/**
2- * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
2+ * SPDX-FileCopyrightText: 2025 Espressif Systems (Shanghai) CO LTD
33 *
44 * SPDX-License-Identifier: Apache-2.0
55 */
You can’t perform that action at this time.
0 commit comments