Skip to content

Commit bac9496

Browse files
committed
powerpc/configs: Incorporate generic kvm_guest.config into guest configs
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
1 parent 9ee9375 commit bac9496

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

arch/powerpc/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,11 +258,11 @@ ppc64le_defconfig:
258258

259259
generated_configs += ppc64le_guest_defconfig
260260
ppc64le_guest_defconfig:
261-
$(call merge_into_defconfig,ppc64_defconfig,le guest)
261+
$(call merge_into_defconfig,ppc64_defconfig,le guest kvm_guest)
262262

263263
generated_configs += ppc64_guest_defconfig
264264
ppc64_guest_defconfig:
265-
$(call merge_into_defconfig,ppc64_defconfig,be guest)
265+
$(call merge_into_defconfig,ppc64_defconfig,be guest kvm_guest)
266266

267267
generated_configs += powernv_be_defconfig
268268
powernv_be_defconfig:
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../kernel/configs/kvm_guest.config

0 commit comments

Comments
 (0)