summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorandrew <andrew@FreeBSD.org>2015-09-01 17:13:04 +0000
committerandrew <andrew@FreeBSD.org>2015-09-01 17:13:04 +0000
commit6e27baa21bbadf0b73654a305632e54bc5d93d3e (patch)
tree5c07f4384e2f5ce5d69ceb5a2dee00c7f9270f53 /sys/conf
parent1e961fcf529466316d15a9c483ee49dde8526eb4 (diff)
downloadFreeBSD-src-6e27baa21bbadf0b73654a305632e54bc5d93d3e.zip
FreeBSD-src-6e27baa21bbadf0b73654a305632e54bc5d93d3e.tar.gz
Add support for the dwc usb in the HiSilicon hi6220 in the HiKey board. For
this we need to force the driver into host mode, as without this the driver fails to detect any devices. Relnotes: yes Sponsored by: ABT Systems Ltd
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files.arm641
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/files.arm64 b/sys/conf/files.arm64
index 9ff7702..399a35e 100644
--- a/sys/conf/files.arm64
+++ b/sys/conf/files.arm64
@@ -67,6 +67,7 @@ dev/psci/psci.c optional psci
dev/psci/psci_arm64.S optional psci
dev/uart/uart_cpu_fdt.c optional uart fdt
dev/uart/uart_dev_pl011.c optional uart pl011
+dev/usb/controller/dwc_otg_hisi.c optional dwcotg soc_hisi_hi6220
kern/kern_clocksource.c standard
kern/subr_dummy_vdso_tc.c standard
libkern/bcmp.c standard
OpenPOWER on IntegriCloud