15 lines
425 B
Text
15 lines
425 B
Text
# Copyright (c) 2024 PM
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Elecrow ESP Terminal board configuration
|
|
config BOARD_ELECROW_ESP_TERMINAL
|
|
bool "Elecrow ESP Terminal Board"
|
|
depends on SOC_SERIES_ESP32S3
|
|
|
|
config BOARD_ELECROW_ESP_TERMINAL_APPCPU
|
|
bool "ESP32S3 Board configuration for APPCPU (core 1)."
|
|
depends on SOC_SERIES_ESP32S3 && SOC_ESP32S3_APPCPU
|
|
|
|
choice SOC_PART_NUMBER
|
|
default SOC_ESP32S3_WROOM_N16R8
|
|
endchoice
|