mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-17 02:23:49 +01:00
9 lines
201 B
Plaintext
9 lines
201 B
Plaintext
# SPDX-FileCopyrightText: 2025 Gunar Schorcht
|
|
# SPDX-License-Identifier: LGPL-2.1-only
|
|
|
|
config BOARD_COMMON_ESP32C6
|
|
bool
|
|
select BOARD_COMMON_ESP32X
|
|
|
|
source "$(RIOTBOARD)/common/esp32x/Kconfig"
|