powerpc/configs: Incorporate generic kvm_guest.config into guest configs
authorMichael Ellerman <mpe@ellerman.id.au>
Fri, 14 Apr 2023 13:24:13 +0000 (23:24 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 21 Apr 2023 06:16:25 +0000 (16:16 +1000)
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@ellerman.id.au>
Link: https://msgid.link/20230414132415.821564-30-mpe@ellerman.id.au
arch/powerpc/Makefile
arch/powerpc/configs/kvm_guest.config [new symlink]

index 85eb8e31b503fa385285dbb4c76ca8b28c73eda0..030e41af2eaf00d88d1790c6d9cca02b970aedb0 100644 (file)
@@ -258,11 +258,11 @@ 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 (symlink)
index 0000000..a5f7a2f
--- /dev/null
@@ -0,0 +1 @@
+../../../kernel/configs/kvm_guest.config
\ No newline at end of file