cpu/lpc1768: add Kconfig configuration
This commit is contained in:
parent
7ab6729b04
commit
96f31ec39b
@ -8,3 +8,9 @@ FEATURES_PROVIDED += periph_cpuid
|
|||||||
FEATURES_PROVIDED += periph_pm
|
FEATURES_PROVIDED += periph_pm
|
||||||
|
|
||||||
include $(RIOTCPU)/cortexm_common/Makefile.features
|
include $(RIOTCPU)/cortexm_common/Makefile.features
|
||||||
|
|
||||||
|
# This configuration enables modules that are only available when using Kconfig
|
||||||
|
# module modelling
|
||||||
|
ifeq (1, $(TEST_KCONFIG))
|
||||||
|
KCONFIG_ADD_CONFIG += $(RIOTCPU)/lpc1768/lpc1768.config
|
||||||
|
endif
|
||||||
|
|||||||
1
cpu/lpc1768/lpc1768.config
Normal file
1
cpu/lpc1768/lpc1768.config
Normal file
@ -0,0 +1 @@
|
|||||||
|
CONFIG_MODULE_PM_LAYERED=y
|
||||||
Loading…
x
Reference in New Issue
Block a user