Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

soc: expressif: esp32c3: Fix wrong placement of Kconfig #82211

Merged
merged 1 commit into from
Nov 30, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions soc/espressif/esp32c3/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
7 changes: 0 additions & 7 deletions soc/espressif/esp32c3/Kconfig.soc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down
Loading