[PATCH 30/32] powerpc/configs: Incorporate generic kvm_guest.config into guest configs

Michael Ellerman mpe at ellerman.id.au
Fri Apr 14 23:24:13 AEST 2023


Incorporate the generic kvm_guest.config into the powerpc guest configs,
ppc64[le]_guest_defconfig.

This brings in some useful options, in particular 9P support, and also
means future additions to the generic file will be automatically picked
up by the powerpc configs.

Signed-off-by: Michael Ellerman <mpe at ellerman.id.au>
---
 arch/powerpc/Makefile                 | 4 ++--
 arch/powerpc/configs/kvm_guest.config | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)
 create mode 120000 arch/powerpc/configs/kvm_guest.config

diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile
index e86a989d445c..55c9b7968fbf 100644
--- a/arch/powerpc/Makefile
+++ b/arch/powerpc/Makefile
@@ -258,11 +258,11 @@ generated_configs += ppc64le_defconfig
 
 generated_configs += ppc64le_guest_defconfig
 ppc64le_guest_defconfig:
-	$(call merge_into_defconfig,ppc64_defconfig,le guest)
+	$(call merge_into_defconfig,ppc64_defconfig,le guest kvm_guest)
 
 generated_configs += ppc64_guest_defconfig
 ppc64_guest_defconfig:
-	$(call merge_into_defconfig,ppc64_defconfig,be guest)
+	$(call merge_into_defconfig,ppc64_defconfig,be guest kvm_guest)
 
 generated_configs += powernv_be_defconfig
 powernv_be_defconfig:
diff --git a/arch/powerpc/configs/kvm_guest.config b/arch/powerpc/configs/kvm_guest.config
new file mode 120000
index 000000000000..a5f7a2fa74ef
--- /dev/null
+++ b/arch/powerpc/configs/kvm_guest.config
@@ -0,0 +1 @@
+../../../kernel/configs/kvm_guest.config
\ No newline at end of file
-- 
2.39.2



More information about the Linuxppc-dev mailing list