mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
arm: add dwc3/xhci as build options for ARM
Summary: This mirrors the recentish changes to armv8; the ipq4018 port uses dwc3 + xhci and thus needs this. Subscribers: imp, andrew Reviewed by: imp Differential Revision: https://reviews.freebsd.org/D36530
This commit is contained in:
parent
975407b1d8
commit
7d0e83c60b
1 changed files with 4 additions and 1 deletions
|
|
@ -99,7 +99,10 @@ dev/psci/psci.c optional psci
|
|||
dev/psci/smccc_arm.S optional psci
|
||||
dev/syscons/scgfbrndr.c optional sc
|
||||
dev/uart/uart_cpu_fdt.c optional uart fdt
|
||||
dev/usb/controller/dwc3.c optional fdt dwc3
|
||||
|
||||
dev/usb/controller/dwc3.c optional fdt dwc3
|
||||
dev/usb/controller/generic_xhci.c optional xhci
|
||||
dev/usb/controller/generic_xhci_fdt.c optional xhci fdt
|
||||
|
||||
kern/msi_if.m optional intrng
|
||||
kern/pic_if.m optional intrng
|
||||
|
|
|
|||
Loading…
Reference in a new issue