Commit b426e092 authored by Sylvio Alves's avatar Sylvio Alves Committed by Benjamin Cabé
Browse files

soc: esp32c2: add ECO4 revision entry



Allows using proper rom functions when ECO4 module
is used.

Signed-off-by: default avatarSylvio Alves <sylvio.alves@espressif.com>
parent b67d2912
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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