1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 04:52:59 +01:00

cpu/Kconfig: Add a common symbol for the CPU Core

This commit is contained in:
Leandro Lanzieri 2020-05-28 10:08:34 +02:00
parent d4e90d3ec8
commit 9d4582547f
No known key found for this signature in database
GPG Key ID: 13559905E2EBEAA5

View File

@ -19,6 +19,11 @@
# +------------+
# || selects
# \/
# +------------+
# | CPU_CORE |
# +------------+
# || selects
# \/
# +----------+
# | CPU_ARCH |
# +----------+
@ -42,6 +47,11 @@ config CPU_FAMILY
help
Family of the currently selected CPU.
config CPU_CORE
string
help
Core of the currently selected CPU.
config CPU_ARCH
string
help