summaryrefslogtreecommitdiffstats
path: root/sys/arm64
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2016-09-07 16:08:36 +0000
committerandrew <andrew@FreeBSD.org>2016-09-07 16:08:36 +0000
commitd7fd7ac304f8bb3dd6f9ff9157c1d31a196abd0b (patch)
tree069fa5bcfbc3caf726e3e96346507e1e35b3b84e /sys/arm64
parent68e471a2fe7a35c09836a5b5454702a3dcd99070 (diff)
downloadFreeBSD-src-d7fd7ac304f8bb3dd6f9ff9157c1d31a196abd0b.zip
FreeBSD-src-d7fd7ac304f8bb3dd6f9ff9157c1d31a196abd0b.tar.gz
MFC 303299, 303475:
- Enable the generic OHCI driver on arm64 - Add a generic EHCI USB driver based on the Allwinner A10 driver Obtained from: ABT Systems Ltd Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sys/arm64')
-rw-r--r--sys/arm64/conf/GENERIC2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arm64/conf/GENERIC b/sys/arm64/conf/GENERIC
index d08c2db..986d726 100644
--- a/sys/arm64/conf/GENERIC
+++ b/sys/arm64/conf/GENERIC
@@ -130,6 +130,8 @@ device pl011
# USB support
options USB_DEBUG # enable debug msgs
device dwcotg # DWC OTG controller
+device ohci # OHCI PCI->USB interface
+device ehci # EHCI PCI->USB interface (USB 2.0)
device xhci # XHCI PCI->USB interface (USB 3.0)
device usb # USB Bus (required)
device ukbd # Keyboard
OpenPOWER on IntegriCloud