mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 10:03:50 +01:00
13 lines
341 B
Plaintext
13 lines
341 B
Plaintext
# SPDX-FileCopyrightText: 2023 Gunar Schorcht
|
|
# SPDX-License-Identifier: LGPL-2.1-only
|
|
|
|
# define a CPU configurationthat common is common for all ESP32x SoC variants
|
|
|
|
config CPU_COMMON_ESP32X
|
|
bool
|
|
select CPU_COMMON_ESP
|
|
|
|
help
|
|
Selects all features, modules and packages that are common for
|
|
all ESP32x SoC variants.
|