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:
parent
d4e90d3ec8
commit
9d4582547f
10
cpu/Kconfig
10
cpu/Kconfig
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user