1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-16 18:13:49 +01:00
RIOT/cpu/esp32/Kconfig.common
2025-09-12 11:25:41 +02:00

13 lines
285 B
Plaintext

# SPDX-FileCopyrightText: 2020 HAW Hamburg
# SPDX-FileCopyrightText: 2022 Gunar Schorcht
# SPDX-License-Identifier: LGPL-2.1-only
if HAS_ARCH_ESP32
# define configuration menu entries that common for all ESP32x SoC variants
rsource "esp-lcd/Kconfig"
rsource "periph/Kconfig"
endif