Restore XHCI operation on Armada 38x

r347343 split generic xhci driver into three files.
Include generic_xhci_fdt.c when building kernel for Armada SoCs.
This brings back XHCI support on these platforms and also
others, which use GENERIC config.

Submitted by: Kornel Duleba
Obtained from: Semihalf
MFC after: 1 week
Sponsored by: Stormshield
Differential Revision: https://reviews.freebsd.org/D24944
This commit is contained in:
Marcin Wojtas 2020-05-26 14:10:53 +00:00
parent fd10265cd2
commit da6526096f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=361506

View File

@ -34,4 +34,5 @@ dev/uart/uart_dev_ns8250.c optional uart
dev/uart/uart_dev_snps.c optional uart
dev/usb/controller/ehci_mv.c optional ehci
dev/usb/controller/generic_xhci.c optional xhci
dev/usb/controller/generic_xhci_fdt.c optional xhci
dev/ahci/ahci_mv_fdt.c optional ahci