soc: espressif: move core identifiers esp32 and esp32s3 to Kconfig.soc
Move the Kconfig symbols SOC_ESP32_PROCPU, SOC_ESP32_APPCPU, SOC_ESP32S3_PROCPU, and SOC_ESP32S3_APPCPU. The CPU cluster is defined in espessifc/soc.yml and should therefore be available in the HWMv2 Kconfig.soc tree. This will allow sysbuild to test for the CPU cluster when targeting remote board for a build. Update espressif boards accordingly. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
This commit is contained in:
parent
d286870b74
commit
4370847c75
40 changed files with 56 additions and 128 deletions
|
@ -34,16 +34,6 @@ config ESP32_APPCPU_DRAM
|
|||
help
|
||||
Defines APPCPU DRAM area in bytes.
|
||||
|
||||
config SOC_ESP32_PROCPU
|
||||
bool
|
||||
help
|
||||
This hidden configuration defines that build is targeted for PROCPU (core 0).
|
||||
|
||||
config SOC_ESP32_APPCPU
|
||||
bool
|
||||
help
|
||||
This hidden configuration defines that build is targeted for APPCPU (core 1).
|
||||
|
||||
config SOC_ENABLE_APPCPU
|
||||
bool
|
||||
default y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue