summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkettenis <kettenis@openbsd.org>2017-03-11 00:13:48 +0000
committerkettenis <kettenis@openbsd.org>2017-03-11 00:13:48 +0000
commitcf0a774f103425ddd9dff22ed565fed901a50574 (patch)
treed2ecc48b22161ed548dc275cef3563d3c449e212
parentAdd exrtc(4), a driver for the RTC found on Samsung Exynos SoCs. (diff)
downloadwireguard-openbsd-cf0a774f103425ddd9dff22ed565fed901a50574.tar.xz
wireguard-openbsd-cf0a774f103425ddd9dff22ed565fed901a50574.zip
Enable exrtc(4).
-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