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 Synopsys DesignWare APB UART needs "opt...



details:   https://anonhg.NetBSD.org/src/rev/1f566ba04b7e
branches:  trunk
changeset: 825080:1f566ba04b7e
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Thu Jun 29 17:20:59 2017 +0000

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

diffstat:

 sys/arch/evbarm/conf/SUNXI |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r fa20f05fe806 -r 1f566ba04b7e sys/arch/evbarm/conf/SUNXI
--- a/sys/arch/evbarm/conf/SUNXI        Thu Jun 29 17:08:52 2017 +0000
+++ b/sys/arch/evbarm/conf/SUNXI        Thu Jun 29 17:20:59 2017 +0000
@@ -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 @@
 
 # UART
 com*           at fdt?                 # UART
+options        COM_AWIN                # XXX this should be a driver flag
 
 # I2C
 #sunxiiic*     at fdt?                 # I2C



Home | Main Index | Thread Index | Old Index