diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2016-05-17 00:04:36 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2016-05-17 00:04:36 +0000 |
commit | 5509f3ca9df10f095210a41d7c64bcbcdad1f21e (patch) | |
tree | 084fbf8bf60ee5120fc5d379d1f12955118718cd /sys/arch/armv7/conf | |
parent | fdfd91780ee891ece4d09b15556b38fbf512546f (diff) |
Enable the pcf8523 RTC on Hummingboard and CuBox-i.
ok patrick@
Diffstat (limited to 'sys/arch/armv7/conf')
-rw-r--r-- | sys/arch/armv7/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/armv7/conf/GENERIC b/sys/arch/armv7/conf/GENERIC index 953984dffe9..882a6e75703 100644 --- a/sys/arch/armv7/conf/GENERIC +++ b/sys/arch/armv7/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.9 2016/05/02 08:15:55 patrick Exp $ +# $OpenBSD: GENERIC,v 1.10 2016/05/17 00:04:35 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -126,6 +126,7 @@ exuart* at exynos? crosec* at iic? wskbd* at crosec? mux 1 +pcfrtc* at iic? tpspmic* at iic? # virtio devices |