soc: esp32c2: add ECO4 revision entry
Allows using proper rom functions when ECO4 module is used. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
This commit is contained in:
parent
b67d291207
commit
b426e0925d
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue