Wed May 2 00:02:15 2018 UTC ()
Add sunxiusb3phy


(jmcneill)
diff -r1.5 -r1.6 src/sys/arch/evbarm/conf/GENERIC64

cvs diff -r1.5 -r1.6 src/sys/arch/evbarm/conf/GENERIC64 (expand / switch to unified diff)

--- src/sys/arch/evbarm/conf/GENERIC64 2018/05/01 20:06:13 1.5
+++ src/sys/arch/evbarm/conf/GENERIC64 2018/05/02 00:02:15 1.6
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# 1#
2# $NetBSD: GENERIC64,v 1.5 2018/05/01 20:06:13 jmcneill Exp $ 2# $NetBSD: GENERIC64,v 1.6 2018/05/02 00:02:15 jmcneill Exp $
3# 3#
4# GENERIC ARM (aarch64) kernel 4# GENERIC ARM (aarch64) kernel
5# 5#
6 6
7include "arch/evbarm/conf/std.generic64" 7include "arch/evbarm/conf/std.generic64"
8include "arch/evbarm/conf/files.generic64" 8include "arch/evbarm/conf/files.generic64"
9include "arch/evbarm/conf/GENERIC.common" 9include "arch/evbarm/conf/GENERIC.common"
10 10
11# 11#
12# FDT files supported by this kernel - add to DTSSUBDIR and DTS as 12# FDT files supported by this kernel - add to DTSSUBDIR and DTS as
13# appropriate 13# appropriate
14# 14#
15makeoptions DTSARCH="arm aarch64" 15makeoptions DTSARCH="arm aarch64"
@@ -275,25 +275,26 @@ options WSDISPLAY_COMPAT_RAWKBD @@ -275,25 +275,26 @@ options WSDISPLAY_COMPAT_RAWKBD
275options WSDISPLAY_DEFAULTSCREENS=4 275options WSDISPLAY_DEFAULTSCREENS=4
276pseudo-device wsmux 276pseudo-device wsmux
277pseudo-device wsfont 277pseudo-device wsfont
278 278
279# GPU 279# GPU
280#nouveau* at fdt? # NVIDIA GPU 280#nouveau* at fdt? # NVIDIA GPU
281 281
282# Thermal throttling controller 282# Thermal throttling controller
283sunxithermal* at fdt? # Allwinner thermal sensor controller 283sunxithermal* at fdt? # Allwinner thermal sensor controller
284tegrasoctherm* at fdt? # NVIDIA Tegra SOC_THERM 284tegrasoctherm* at fdt? # NVIDIA Tegra SOC_THERM
285 285
286# USB 286# USB
287sunxiusbphy* at fdt? pass 9 # Allwinner USB PHY 287sunxiusbphy* at fdt? pass 9 # Allwinner USB PHY
 288sunxiusb3phy* at fdt? pass 9 # Allwinner USB3 PHY
288tegrausbphy* at fdt? # NVIDIA Tegra USB PHY 289tegrausbphy* at fdt? # NVIDIA Tegra USB PHY
289dwctwo* at fdt? # Designware USB DRD 290dwctwo* at fdt? # Designware USB DRD
290ehci* at fdt? # EHCI 291ehci* at fdt? # EHCI
291motg* at fdt? # Mentor Graphics USB OTG 292motg* at fdt? # Mentor Graphics USB OTG
292ohci* at fdt? # OHCI 293ohci* at fdt? # OHCI
293xhci* at fdt? # XHCI 294xhci* at fdt? # XHCI
294usb* at usbus? 295usb* at usbus?
295 296
296include "dev/usb/usbdevices.config" 297include "dev/usb/usbdevices.config"
297midi* at midibus? 298midi* at midibus?
298 299
299cinclude "arch/evbarm/conf/GENERIC64.local" 300cinclude "arch/evbarm/conf/GENERIC64.local"