summaryrefslogtreecommitdiff
path: root/sysutils/u-boot-bhyve-arm64/files/patch-arch_arm_mach-bhyve_Kconfig
blob: 2208670d6e177c77c253883d88c7396d008e1172 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- arch/arm/mach-bhyve/Kconfig.orig	2023-11-01 18:14:48 UTC
+++ arch/arm/mach-bhyve/Kconfig
@@ -0,0 +1,12 @@
+if ARCH_BHYVE
+
+config SYS_VENDOR
+	default "emulation"
+
+config SYS_BOARD
+	default "bhyve-arm"
+
+config SYS_CONFIG_NAME
+	default "bhyve-arm64"
+
+endif