zephyr/boards/xtensa/esp32s3_luatos_core/Kconfig.board
YuLong Yao 3f7283e6f9 boards: xtensa: Introduce esp32s3_luatos_core board
ESP32S3 LuatOS core is a dev board with esp32-s3.
It has similar functions to esp32s3 devkitm, but smaller in size.

Signed-off-by: YuLong Yao <feilongphone@gmail.com>
2023-08-22 14:44:25 +02:00

16 lines
434 B
Plaintext

# Copyright (c) 2023 YuLong Yao <feilongphone@gmail.com>
# SPDX-License-Identifier: Apache-2.0
# ESP32S3 Core board configuration
config BOARD_ESP32S3_LUATOS_CORE
bool "ESP32S3 LuatOS Core Board with ch343 enabled"
depends on SOC_SERIES_ESP32S3
config BOARD_ESP32S3_LUATOS_CORE_USB
bool "ESP32S3 LuatOS Core Board with ch343 disabled"
depends on SOC_SERIES_ESP32S3
choice SOC_PART_NUMBER
default SOC_ESP32S3_MINI_N8
endchoice