Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/i2c needs-flag for axp20x



details:   https://anonhg.NetBSD.org/src/rev/916a2bb0fb44
branches:  trunk
changeset: 811284:916a2bb0fb44
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Wed Oct 21 09:03:13 2015 +0000

description:
needs-flag for axp20x

diffstat:

 sys/dev/i2c/files.i2c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3b8ed22cd688 -r 916a2bb0fb44 sys/dev/i2c/files.i2c
--- a/sys/dev/i2c/files.i2c     Tue Oct 20 21:30:57 2015 +0000
+++ b/sys/dev/i2c/files.i2c     Wed Oct 21 09:03:13 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.i2c,v 1.65 2015/05/12 20:54:08 jmcneill Exp $
+#      $NetBSD: files.i2c,v 1.66 2015/10/21 09:03:13 jmcneill Exp $
 
 obsolete defflag       opt_i2cbus.h            I2C_SCAN
 define i2cbus { }
@@ -219,7 +219,7 @@
 # AXP20x Power Management Unit
 device axp20x: sysmon_envsys
 attach axp20x at iic
-file   dev/i2c/axp20x.c                        axp20x
+file   dev/i2c/axp20x.c                        axp20x          needs-flag
 
 # AXP22x Power Management Unit
 device axp22x: sysmon_envsys



Home | Main Index | Thread Index | Old Index