cpu/lpc1768: add Kconfig configuration

This commit is contained in:
Leandro Lanzieri 2021-11-19 11:31:27 +01:00
parent 7ab6729b04
commit 96f31ec39b
No known key found for this signature in database
GPG Key ID: F4E9A721761C7593
2 changed files with 7 additions and 0 deletions

View File

@ -8,3 +8,9 @@ FEATURES_PROVIDED += periph_cpuid
FEATURES_PROVIDED += periph_pm
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

View File

@ -0,0 +1 @@
CONFIG_MODULE_PM_LAYERED=y