mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:12:57 +01:00
cpu/efm32: enable usbdev_synopsys_dwc2 driver as periph_usbdev
This commit is contained in:
parent
6146a3ea91
commit
6d233f1308
@ -13,4 +13,8 @@ endif
|
||||
# include CPU family module
|
||||
USEMODULE += cpu_$(CPU_FAM)
|
||||
|
||||
ifneq (,$(filter periph_usbdev,$(USEMODULE)))
|
||||
USEMODULE += usbdev_synopsys_dwc2
|
||||
endif
|
||||
|
||||
include $(RIOTCPU)/cortexm_common/Makefile.dep
|
||||
|
@ -8,3 +8,4 @@
|
||||
config MODULE_PERIPH
|
||||
bool
|
||||
default y
|
||||
select MODULE_USBDEV_SYNOPSYS_DWC2 if MODULE_PERIPH_USBDEV
|
||||
|
Loading…
Reference in New Issue
Block a user