diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2023-04-14 23:24:13 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2023-04-21 16:16:25 +1000 |
commit | bac949621c40ec09357c6a8beaacac235ae39239 (patch) | |
tree | b65cecd8e8ea43daf8b5651d2356665a1264cbe7 /arch/powerpc/Makefile | |
parent | 9ee937539e9bd0bef2ad845b3dfa34fa997775c5 (diff) | |
download | linux-bac949621c40ec09357c6a8beaacac235ae39239.tar.gz linux-bac949621c40ec09357c6a8beaacac235ae39239.tar.bz2 linux-bac949621c40ec09357c6a8beaacac235ae39239.zip |
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
Diffstat (limited to 'arch/powerpc/Makefile')
-rw-r--r-- | arch/powerpc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile index 85eb8e31b503..030e41af2eaf 100644 --- a/arch/powerpc/Makefile +++ b/arch/powerpc/Makefile @@ -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: |