diff options
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? |