From b426e0925de6ecdd9b6afce90d555937190182e5 Mon Sep 17 00:00:00 2001 From: Sylvio Alves Date: Thu, 6 Feb 2025 09:24:36 -0300 Subject: [PATCH] soc: esp32c2: add ECO4 revision entry Allows using proper rom functions when ECO4 module is used. Signed-off-by: Sylvio Alves --- soc/espressif/esp32c2/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/soc/espressif/esp32c2/Kconfig b/soc/espressif/esp32c2/Kconfig index a0e6c98e31a..1e7f41e8b74 100644 --- a/soc/espressif/esp32c2/Kconfig +++ b/soc/espressif/esp32c2/Kconfig @@ -15,6 +15,11 @@ config SOC_SERIES_ESP32C2 if SOC_SERIES_ESP32C2 +config SOC_ESP32C2_REV_2_0 + bool "SOC is revision v2.0 (ECO4)" + help + ESP32-C2 revision v2.0 has updated ROM functions. + config MAC_BB_PD bool "Power down MAC and baseband of Wi-Fi and Bluetooth when PHY is disabled" depends on SOC_SERIES_ESP32C2 && TICKLESS_KERNEL