pm_layered: depend on periph_pm

This commit is contained in:
Benjamin Valentin 2021-01-27 14:23:31 +01:00
parent 00289b08a4
commit 32c30aaeaa

View File

@ -732,6 +732,10 @@ ifneq (,$(filter phydat,$(USEMODULE)))
USEMODULE += fmt
endif
ifneq (,$(filter pm_layered,$(USEMODULE)))
FEATURES_REQUIRED += periph_pm
endif
ifneq (,$(filter evtimer_mbox,$(USEMODULE)))
USEMODULE += evtimer
USEMODULE += core_mbox