diff options
author | Jonathan Matthew <jmatthew@cvs.openbsd.org> | 2023-03-02 09:59:30 +0000 |
---|---|---|
committer | Jonathan Matthew <jmatthew@cvs.openbsd.org> | 2023-03-02 09:59:30 +0000 |
commit | ff3ac330a744cd216a84869872c2b3ad395eb659 (patch) | |
tree | 4efae03adc55a19740bbbfb7190375e95c0b7ef7 | |
parent | c88af347acdaebfbef0326cd02cf8e4a28964136 (diff) |
Enable mvodog(4) and mvortc(4)
-rw-r--r-- | sys/arch/armv7/conf/GENERIC | 4 | ||||
-rw-r--r-- | sys/arch/armv7/conf/RAMDISK | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/arch/armv7/conf/GENERIC b/sys/arch/armv7/conf/GENERIC index 5fcafc57f30..c621c4b119a 100644 --- a/sys/arch/armv7/conf/GENERIC +++ b/sys/arch/armv7/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.140 2023/03/02 09:39:45 jmatthew Exp $ +# $OpenBSD: GENERIC,v 1.141 2023/03/02 09:59:29 jmatthew Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -200,6 +200,8 @@ mvpcie* at fdt? pci* at mvpcie? mvpxa* at fdt? sdmmc* at mvpxa? +mvodog* at fdt? +mvortc* at fdt? # Rockchip SoCs rkclock* at fdt? early 1 diff --git a/sys/arch/armv7/conf/RAMDISK b/sys/arch/armv7/conf/RAMDISK index 03a1490e183..25d05870b6a 100644 --- a/sys/arch/armv7/conf/RAMDISK +++ b/sys/arch/armv7/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.129 2023/03/02 09:39:45 jmatthew Exp $ +# $OpenBSD: RAMDISK,v 1.130 2023/03/02 09:59:29 jmatthew Exp $ machine armv7 arm @@ -186,6 +186,8 @@ mvpcie* at fdt? pci* at mvpcie? mvpxa* at fdt? sdmmc* at mvpxa? +mvodog* at fdt? +mvortc* at fdt? # Rockchip SoCs rkclock* at fdt? early 1 |