diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2023-04-14 16:24:13 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2023-04-21 09:16:25 +0300 |
commit | bac949621c40ec09357c6a8beaacac235ae39239 (patch) | |
tree | b65cecd8e8ea43daf8b5651d2356665a1264cbe7 /arch/powerpc/configs/kvm_guest.config | |
parent | 9ee937539e9bd0bef2ad845b3dfa34fa997775c5 (diff) | |
download | linux-bac949621c40ec09357c6a8beaacac235ae39239.tar.xz |
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/configs/kvm_guest.config')
l--------- | arch/powerpc/configs/kvm_guest.config | 1 |
1 files changed, 1 insertions, 0 deletions
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 |