From 4ae2a46b1663ce4983210e00f158049c2301ab7b Mon Sep 17 00:00:00 2001 From: Li-Wen Hsu Date: Tue, 20 May 2025 12:09:29 +0800 Subject: [PATCH] powerpc: Enable VIMAGE on more kernel configs Sponsored by: The FreeBSD Foundation --- sys/powerpc/conf/MPC85XX | 1 + sys/powerpc/conf/MPC85XXSPE | 1 + sys/powerpc/conf/QORIQ64 | 1 + 3 files changed, 3 insertions(+) diff --git a/sys/powerpc/conf/MPC85XX b/sys/powerpc/conf/MPC85XX index 674e8cb23d4..c74819c7fee 100644 --- a/sys/powerpc/conf/MPC85XX +++ b/sys/powerpc/conf/MPC85XX @@ -34,6 +34,7 @@ options FFS options GDB options GEOM_PART_GPT options GEOM_LABEL # Provides labelization +options VIMAGE options INET options INET6 options TCP_HHOOK # hhook(9) framework for TCP diff --git a/sys/powerpc/conf/MPC85XXSPE b/sys/powerpc/conf/MPC85XXSPE index 207533c3255..ca828137ed7 100644 --- a/sys/powerpc/conf/MPC85XXSPE +++ b/sys/powerpc/conf/MPC85XXSPE @@ -34,6 +34,7 @@ options FFS options GDB options GEOM_PART_GPT options GEOM_LABEL # Provides labelization +options VIMAGE options INET options INET6 options TCP_HHOOK # hhook(9) framework for TCP diff --git a/sys/powerpc/conf/QORIQ64 b/sys/powerpc/conf/QORIQ64 index e72d967dd89..c64d015c37d 100644 --- a/sys/powerpc/conf/QORIQ64 +++ b/sys/powerpc/conf/QORIQ64 @@ -42,6 +42,7 @@ options QUOTA #Enable disk quotas for UFS options GDB options GEOM_PART_GPT options GEOM_LABEL #Provides labelization +options VIMAGE options INET options INET6 options TCP_HHOOK # hhook(9) framework for TCP