1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-20 12:03:52 +01:00
2025-09-09 18:44:43 +02:00

18 lines
394 B
Plaintext

# SPDX-FileCopyrightText: 2020 HAW Hamburg
# SPDX-License-Identifier: LGPL-2.1-only
config CPU_COMMON_ATMEGA
bool
# Define ATMega128 family here as it is used by different CPUs
config CPU_FAM_ATMEGA128
bool
select CPU_COMMON_ATMEGA
select CPU_CORE_AVR
## Common CPU symbols
config CPU_FAM
default "atmega128" if CPU_FAM_ATMEGA128
source "$(RIOTCPU)/avr8_common/Kconfig"