mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 18:13:49 +01:00
13 lines
285 B
Plaintext
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
|