mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-04 04:02:26 +00:00
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
This commit is contained in:
parent
9ee937539e
commit
bac949621c
@ -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:
|
||||
|
1
arch/powerpc/configs/kvm_guest.config
Symbolic link
1
arch/powerpc/configs/kvm_guest.config
Symbolic link
@ -0,0 +1 @@
|
||||
../../../kernel/configs/kvm_guest.config
|
Loading…
Reference in New Issue
Block a user