drivers/jc42: Add i2c periph requirement

This commit is contained in:
Koen Zandberg 2017-01-13 20:25:25 +01:00
parent 9a55556644
commit ad874fb694

View File

@ -82,6 +82,10 @@ ifneq (,$(filter io1_xplained,$(USEMODULE)))
USEMODULE += at30tse75x USEMODULE += at30tse75x
endif endif
ifneq (,$(filter jc42,$(USEMODULE)))
FEATURES_REQUIRED += periph_i2c
endif
ifneq (,$(filter kw2xrf,$(USEMODULE))) ifneq (,$(filter kw2xrf,$(USEMODULE)))
USEMODULE += ieee802154 USEMODULE += ieee802154
USEMODULE += netif USEMODULE += netif