Module Name:    src
Committed By:   jmcneill
Date:           Thu Jun 29 17:20:59 UTC 2017

Modified Files:
        src/sys/arch/evbarm/conf: SUNXI

Log Message:
Synopsys DesignWare APB UART needs "options COM_AWIN" for now.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/conf/SUNXI

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/SUNXI
diff -u src/sys/arch/evbarm/conf/SUNXI:1.3 src/sys/arch/evbarm/conf/SUNXI:1.4
--- src/sys/arch/evbarm/conf/SUNXI:1.3	Thu Jun 29 17:08:52 2017
+++ src/sys/arch/evbarm/conf/SUNXI	Thu Jun 29 17:20:59 2017
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: SUNXI,v 1.3 2017/06/29 17:08:52 jmcneill Exp $
+#	$NetBSD: SUNXI,v 1.4 2017/06/29 17:20:59 jmcneill Exp $
 #
 #	Allwinner sunxi family
 #
@@ -82,6 +82,7 @@ armgic0		at gic?
 
 # UART
 com*		at fdt?			# UART
+options 	COM_AWIN		# XXX this should be a driver flag
 
 # I2C
 #sunxiiic*	at fdt?			# I2C

Reply via email to