diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-10-27 19:19:11 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-10-27 19:19:11 +0000 |
commit | c4621639ff59c6ab686b86855d867f8174e28b93 (patch) | |
tree | 9996b67ea5bcdcf0b7648e4c294e1c760106d503 /sys/arch/armv7/conf | |
parent | feea1f376ccda1f2a6d306dd91ef3e859f2cada4 (diff) |
Add i.MX5/6 support and enable this driver on armv7(4).
ok jsg@, patrick@
Diffstat (limited to 'sys/arch/armv7/conf')
-rw-r--r-- | sys/arch/armv7/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/armv7/conf/GENERIC b/sys/arch/armv7/conf/GENERIC index c8d8b69a9af..c6051b5c4f2 100644 --- a/sys/arch/armv7/conf/GENERIC +++ b/sys/arch/armv7/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.125 2019/10/24 11:13:06 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.126 2019/10/27 19:19:10 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -59,6 +59,7 @@ imxahci* at fdt? # AHCI/SATA imxehci* at fdt? # EHCI usb* at imxehci? imxrtc* at fdt? # SNVS RTC +imxsrc* at fdt? early 1 imxspi* at fdt? ssdfb* at iic? ssdfb* at spi? |