drivers: dep: Add missing isl29125 periph_i2c dep

This commit is contained in:
Joakim Nohlgård 2018-08-26 07:39:55 +02:00
parent 7b5dae8d3d
commit eaa6fb381c

View File

@ -189,6 +189,10 @@ ifneq (,$(filter isl29020,$(USEMODULE)))
FEATURES_REQUIRED += periph_i2c FEATURES_REQUIRED += periph_i2c
endif endif
ifneq (,$(filter isl29125,$(USEMODULE)))
FEATURES_REQUIRED += periph_i2c
endif
ifneq (,$(filter jc42,$(USEMODULE))) ifneq (,$(filter jc42,$(USEMODULE)))
FEATURES_REQUIRED += periph_i2c FEATURES_REQUIRED += periph_i2c
endif endif