Files
zephyr/boards/boards_legacy/xtensa/esp32s3_devkitm/Kconfig.board
Jamie McCrae 22c53e97b5 hwmv2: move all non-ported legacy boards and socs to legacy folders
To un-block continuing of soc and board porting then move all socs and
boards which have not yet been ported to boards_legacy / soc_legacy
folders.

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
2024-03-01 14:17:16 +00:00

16 lines
437 B
Plaintext

# Copyright (c) 2022 Espressif Systems (Shanghai) Co., Ltd.
# SPDX-License-Identifier: Apache-2.0
# ESP32S3 DevKitM board configuration
config BOARD_ESP32S3_DEVKITM
bool "ESP32S3 DevKitM Board"
depends on SOC_SERIES_ESP32S3
config BOARD_ESP32S3_DEVKITM_APPCPU
bool "ESP32S3 Board configuration for APPCPU (core 1)."
depends on SOC_SERIES_ESP32S3 && SOC_ESP32S3_APPCPU
choice SOC_PART_NUMBER
default SOC_ESP32S3_MINI_N8
endchoice