Skip to content

Commit

Permalink
soc: expressif: esp32c3: Fix wrong placement of Kconfig
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
nordicjm committed Nov 28, 2024
1 parent 7271000 commit 13175ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
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

Check warning on line 21 in soc/espressif/esp32c3/Kconfig

View workflow job for this annotation

GitHub Actions / Run compliance checks on patch series (PR)

LEADING_SPACE

soc/espressif/esp32c3/Kconfig:21 please, no spaces at the start of a line

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

0 comments on commit 13175ae

Please sign in to comment.