diff options
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/armv7/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/armv7/conf/RAMDISK | 3 |
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 |