soc: expressif: esp32c3: Fix wrong placement of Kconfig

Fixes a wrong placement of a Kconfig which was put into the
wrong file and was bleeding through to every board

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae 2024-11-28 07:53:18 +00:00 committed by Benjamin Cabé
commit d7d636d1f2
2 changed files with 8 additions and 7 deletions

View file

@ -17,6 +17,14 @@ config SOC_SERIES_ESP32C3
if SOC_SERIES_ESP32C3
config SOC_ESP32C3_FH4X
select SOC_ESP32C3_REV_1_1
config SOC_ESP32C3_REV_1_1
bool "SOC is revision v1.1"
help
ESP32-C3 revision v1.1 has updated ROM functions for Wi-Fi and BLE that
can free up to 35kB of RAM.
config MAC_BB_PD
bool "Power down MAC and baseband of Wi-Fi and Bluetooth when PHY is disabled"

View file

@ -22,7 +22,6 @@ config SOC_ESP32C3_FH4
config SOC_ESP32C3_FH4X
bool
select SOC_ESP32C3
select SOC_ESP32C3_REV_1_1
help
ESP32C3_FH4X
@ -50,12 +49,6 @@ config SOC_ESP32C3
help
ESP32C3
config SOC_ESP32C3_REV_1_1
bool "SOC is revision v1.1"
help
ESP32-C3 revision v1.1 has updated ROM functions for Wi-Fi and BLE that
can free up to 35kB of RAM.
config SOC_SERIES
default "esp32c3" if SOC_SERIES_ESP32C3