Skip to content
Snippets Groups Projects
Commit 17a30bf3 authored by Kaspar Schleiser's avatar Kaspar Schleiser
Browse files

saul: add periph dependencies for saul_adc and saul_gpio

parent 565eb9cf
No related branches found
No related tags found
No related merge requests found
......@@ -603,6 +603,14 @@ ifneq (,$(filter saul_default,$(USEMODULE)))
USEMODULE += auto_init_saul
endif
ifneq (,$(filter saul_adc,$(USEMODULE)))
FEATURES_REQUIRED += periph_adc
endif
ifneq (,$(filter saul_gpio,$(USEMODULE)))
FEATURES_REQUIRED += periph_gpio
endif
ifneq (,$(filter saul,$(USEMODULE)))
USEMODULE += phydat
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment