1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-16 10:03:50 +01:00
2025-07-28 18:57:01 +02:00

14 lines
325 B
Plaintext

# SPDX-FileCopyrightText: 2025 Gunar Schorcht
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "esp32h2-devkit" if BOARD_ESP32H2_DEVKIT
config BOARD_ESP32H2_DEVKIT
bool
default y
select BOARD_COMMON_ESP32H2
select CPU_MODEL_ESP32H2_MINI_1X_H4S
source "$(RIOTBOARD)/common/esp32h2/Kconfig"