diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2018-06-16 14:32:57 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2018-06-16 14:32:57 +0000 |
commit | 4cd49c5508403b62c6f22475be006401f3764233 (patch) | |
tree | 7e575291eb5c22af8c43f04109f1390219beb246 /sys/arch/armv7 | |
parent | 855bfdbed4992bad6d3a8ecda322eee71c7416e1 (diff) |
Enable imxrtc(4).
Diffstat (limited to 'sys/arch/armv7')
-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 6a21dd4e021..7fca0440806 100644 --- a/sys/arch/armv7/conf/GENERIC +++ b/sys/arch/armv7/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.108 2018/05/23 08:53:31 patrick Exp $ +# $OpenBSD: GENERIC,v 1.109 2018/06/16 14:32:56 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -55,6 +55,7 @@ sdmmc* at imxesdhc? # SD/MMC bus imxahci* at fdt? # AHCI/SATA imxehci* at fdt? # EHCI usb* at imxehci? +imxrtc* at fdt? # SNVS RTC # OMAP3xxx/OMAP4xxx SoC omap0 at mainbus? diff --git a/sys/arch/armv7/conf/RAMDISK b/sys/arch/armv7/conf/RAMDISK index ad95d5eaa23..bfb2b6a71a0 100644 --- a/sys/arch/armv7/conf/RAMDISK +++ b/sys/arch/armv7/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.97 2018/05/16 13:42:35 patrick Exp $ +# $OpenBSD: RAMDISK,v 1.98 2018/06/16 14:32:56 kettenis Exp $ machine armv7 arm @@ -55,6 +55,7 @@ sdmmc* at imxesdhc? # SD/MMC bus imxahci* at fdt? # AHCI/SATA imxehci* at fdt? # EHCI usb* at imxehci? +imxrtc* at fdt? # SNVS RTC # OMAP3xxx/OMAP4xxx SoC omap0 at mainbus? |