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>
9 lines
343 B
Plaintext
9 lines
343 B
Plaintext
# M5Stack AtomS3 Lite board configuration
|
|
# Copyright (c) 2023 Martin Kiepfer <mrmarteng@teleschirm.org>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_M5STACK_ATOMS3_LITE
|
|
select SOC_ESP32S3_FN8
|
|
select SOC_ESP32S3_PROCPU if BOARD_M5STACK_ATOMS3_LITE_ESP32S3_PROCPU
|
|
select SOC_ESP32S3_APPCPU if BOARD_M5STACK_ATOMS3_LITE_ESP32S3_APPCPU
|