13 lines
271 B
Plaintext
13 lines
271 B
Plaintext
|
# YD-ESP32 board configuration
|
||
|
|
||
|
# Copyright (c) 2023 Julio Cesar <hi@jcsx.dev>
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
config BOARD_YD_ESP32
|
||
|
bool "YD-ESP32 Development Board"
|
||
|
depends on SOC_SERIES_ESP32
|
||
|
|
||
|
choice SOC_PART_NUMBER
|
||
|
default SOC_ESP32_WROOM_32UE_N4
|
||
|
endchoice
|