1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00

Add the usb device (gadget) side of things. Also add ehci bindings

while I'm here in anticipation of usb2 support for newer SoCs.

Requested by:	Hans Petter Selasky
This commit is contained in:
Warner Losh 2012-07-27 17:31:19 +00:00
parent 6020cc464d
commit 6ecf8b7749
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=238849

View File

@ -51,4 +51,7 @@ arm/at91/board_tsc4370.c optional at91_board_tsc4370
#
# usb
#
dev/usb/controller/ohci_atmelarm.c optional ohci
dev/usb/controller/at91dci.c optional at91_dci
dev/usb/controller/at91dci_atmelarm.c optional at91_dci
dev/usb/controller/ohci_atmelarm.c optional ohci
dev/usb/controller/ehci_atmelarm.c optional ehci