summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2017-03-11 00:13:49 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2017-03-11 00:13:49 +0000
commit4ff3d1e32bcef7a4a8e028cd4f20d540ac51e452 (patch)
tree6510b0817382b9a9f77598c42a0e7dd95b63bb8a /sys/arch
parent0187ebf2ff6ddf4e15ad60c1af1e8a2bc086fbc9 (diff)
Enable exrtc(4).
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/armv7/conf/GENERIC3
-rw-r--r--sys/arch/armv7/conf/RAMDISK3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/armv7/conf/GENERIC b/sys/arch/armv7/conf/GENERIC
index 3d02727e15c..917dd8efb90 100644
--- a/sys/arch/armv7/conf/GENERIC
+++ b/sys/arch/armv7/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.77 2017/03/09 20:18:40 kettenis Exp $
+# $OpenBSD: GENERIC,v 1.78 2017/03/11 00:13:48 kettenis Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -127,6 +127,7 @@ exehci* at fdt?
usb* at exehci?
exesdhc* at fdt?
sdmmc* at exesdhc?
+exrtc* at fdt?
exuart* at fdt?
# Raspberry Pi 2/3
diff --git a/sys/arch/armv7/conf/RAMDISK b/sys/arch/armv7/conf/RAMDISK
index 4b55539dbd0..26b2ad722d3 100644
--- a/sys/arch/armv7/conf/RAMDISK
+++ b/sys/arch/armv7/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.72 2017/03/09 20:18:40 kettenis Exp $
+# $OpenBSD: RAMDISK,v 1.73 2017/03/11 00:13:48 kettenis Exp $
machine armv7 arm
@@ -123,6 +123,7 @@ exehci* at fdt?
usb* at exehci?
exesdhc* at fdt?
sdmmc* at exesdhc?
+exrtc* at fdt?
exuart* at fdt?
# Raspberry Pi 2/3