MrKevinWeiss
|
e0fdc3c16c
|
*Kconfig*: Modify Kconfig to remove dep model
|
2024-03-27 10:28:12 +01:00 |
|
Leandro Lanzieri
|
2e79e00ca7
|
treewide: change Kconfig prefix for module symbols
This changes the prefix used for the symbols that reprensent modules
(not the ones generated from USEMODULE).
MOD_ => MODULE_
|
2020-08-31 09:57:28 +02:00 |
|
Leandro Lanzieri
|
b98527ef53
|
cpu: Add 'periph' module to Kconfig
Select it from cortexm_common module as it is always needed.
|
2020-08-12 12:22:39 +02:00 |
|
Leandro Lanzieri
|
4ad2180f81
|
kconfig: Add default modules' symbols
|
2020-08-12 12:22:38 +02:00 |
|
Leandro Lanzieri
|
d87f0cc66b
|
cpu/kconfig: Rename CPU classification symbols
This removes the `CPU_FAMILY` and `CPU_SERIES` common CPU symbols and
adds `CPU_FAM` instead.
|
2020-06-16 14:27:27 +02:00 |
|
Leandro Lanzieri
|
9d4582547f
|
cpu/Kconfig: Add a common symbol for the CPU Core
|
2020-05-28 10:08:34 +02:00 |
|
Leandro Lanzieri
|
c36f2ee077
|
cpu/Kconfig: Declare common CPU symbols
The symbols used to define a CPU are:
- CPU
- CPU_MODEL
- CPU_FAMILY
- CPU_ARCH
|
2020-04-08 17:37:06 +02:00 |
|