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:
parent
9ad69eaba9
commit
4a7a5cf5e3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user