13 lines
296 B
Plaintext
13 lines
296 B
Plaintext
|
# M5Stack Core2 board configuration
|
||
|
|
||
|
# Copyright (c) 2023 Martin Kiepfer <m.kiepfer@teleschirm.org>
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
config BOARD_M5STACK_CORE2
|
||
|
bool "M5Stack Core2 Development Board"
|
||
|
depends on SOC_SERIES_ESP32
|
||
|
|
||
|
choice SOC_PART_NUMBER
|
||
|
default SOC_ESP32_D0WD_V3
|
||
|
endchoice
|