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>
10 lines
321 B
Plaintext
10 lines
321 B
Plaintext
# ESP-WROVER-KIT board configuration
|
|
|
|
# Copyright (c) 2021 Espressif Systems (Shanghai) Co., Ltd.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_ESP_WROVER_KIT
|
|
select SOC_ESP32_WROVER_E_N4R8
|
|
select SOC_ESP32_PROCPU if BOARD_ESP_WROVER_KIT_ESP32_PROCPU
|
|
select SOC_ESP32_APPCPU if BOARD_ESP_WROVER_KIT_ESP32_APPCPU
|