zephyr/boards/vcc-gnd/yd_esp32/Kconfig.yd_esp32
Torsten Rasmussen 4370847c75 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>
2024-03-21 15:24:47 +01:00

10 lines
284 B
Plaintext

# YD-ESP32 board configuration
# Copyright (c) 2023 Julio Cesar <hi@jcsx.dev>
# SPDX-License-Identifier: Apache-2.0
config BOARD_YD_ESP32
select SOC_ESP32_WROOM_32UE_N4
select SOC_ESP32_PROCPU if BOARD_YD_ESP32_ESP32_PROCPU
select SOC_ESP32_APPCPU if BOARD_YD_ESP32_ESP32_APPCPU