1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00

drivers: dep: Add missing nrf24l01p deps

This commit is contained in:
Joakim Nohlgård 2018-08-26 07:53:34 +02:00
parent 9ad69eaba9
commit 4a7a5cf5e3

View File

@ -305,6 +305,12 @@ ifneq (,$(filter nrfmin,$(USEMODULE)))
USEMODULE += netif
endif
ifneq (,$(filter nrf24l01p,$(USEMODULE)))
FEATURES_REQUIRED += periph_gpio
FEATURES_REQUIRED += periph_spi
USEMODULE += xtimer
endif
ifneq (,$(filter nvram_spi,$(USEMODULE)))
USEMODULE += nvram
USEMODULE += xtimer