4370847c75
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>
8 lines
290 B
Plaintext
8 lines
290 B
Plaintext
# Copyright (c) 2022 Espressif Systems (Shanghai) Co., Ltd.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_ESP32S3_DEVKITM
|
|
select SOC_ESP32S3_MINI_N8
|
|
select SOC_ESP32S3_PROCPU if BOARD_ESP32S3_DEVKITM_ESP32S3_PROCPU
|
|
select SOC_ESP32S3_APPCPU if BOARD_ESP32S3_DEVKITM_ESP32S3_APPCPU
|