Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf add motg
details: https://anonhg.NetBSD.org/src/rev/8b4f864c119a
branches: trunk
changeset: 356205:8b4f864c119a
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sat Sep 09 12:02:57 2017 +0000
description:
add motg
diffstat:
sys/arch/evbarm/conf/SUNXI | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (22 lines):
diff -r c994fcd6a38d -r 8b4f864c119a sys/arch/evbarm/conf/SUNXI
--- a/sys/arch/evbarm/conf/SUNXI Sat Sep 09 12:01:04 2017 +0000
+++ b/sys/arch/evbarm/conf/SUNXI Sat Sep 09 12:02:57 2017 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: SUNXI,v 1.28 2017/09/07 21:22:51 jmcneill Exp $
+# $NetBSD: SUNXI,v 1.29 2017/09/09 12:02:57 jmcneill Exp $
#
# Allwinner sunxi family
#
@@ -197,8 +197,11 @@
sunxiusbphy* at fdt? pass 9 # USB PHY
ehci* at fdt? # EHCI
ohci* at fdt? # OHCI
+motg* at fdt? # USB OTG
+options MOTG_ALLWINNER # XXX this should be a driver flag
usb* at ehci?
usb* at ohci?
+usb* at motg?
include "dev/usb/usbdevices.config"
midi* at midibus?
Home |
Main Index |
Thread Index |
Old Index