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