cpu: Add 'periph' module to Kconfig
Select it from cortexm_common module as it is always needed.
This commit is contained in:
parent
0ddd2886b7
commit
b98527ef53
@ -58,3 +58,9 @@ config MOD_CPU
|
|||||||
depends on TEST_KCONFIG
|
depends on TEST_KCONFIG
|
||||||
help
|
help
|
||||||
Module which holds all CPU-specific files.
|
Module which holds all CPU-specific files.
|
||||||
|
|
||||||
|
config MOD_PERIPH
|
||||||
|
bool
|
||||||
|
depends on TEST_KCONFIG
|
||||||
|
help
|
||||||
|
CPU peripheral implementations module.
|
||||||
|
|||||||
@ -8,6 +8,7 @@ config MOD_CORTEXM_COMMON
|
|||||||
bool
|
bool
|
||||||
default y if CPU_CORE_CORTEX_M
|
default y if CPU_CORE_CORTEX_M
|
||||||
depends on TEST_KCONFIG
|
depends on TEST_KCONFIG
|
||||||
|
select MOD_PERIPH
|
||||||
help
|
help
|
||||||
Common code for Cortex-M cores.
|
Common code for Cortex-M cores.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user