1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 14:03:55 +01:00
RIOT/cpu/efm32/Kconfig
2025-09-09 18:44:43 +02:00

22 lines
371 B
Plaintext

# SPDX-FileCopyrightText: 2020 HAW Hamburg
# SPDX-License-Identifier: LGPL-2.1-only
config CPU_COMMON_EFM32
bool
config CPU_EFM32_SERIES0
bool
config CPU_EFM32_SERIES1
bool
config CPU_EFM32_SERIES2
bool
## Common CPU symbols
config CPU
default "efm32" if CPU_COMMON_EFM32
orsource "families/*/Kconfig"
source "$(RIOTCPU)/cortexm_common/Kconfig"