diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2023-04-14 23:24:12 +1000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2023-04-21 16:16:25 +1000 |
commit | 9ee937539e9bd0bef2ad845b3dfa34fa997775c5 (patch) | |
tree | c87732a9277d849620e62606a404609d3d6cf8e5 /arch/powerpc | |
parent | 4f6cfb53646794a2dc14210fbfedd5c6db38ba2c (diff) |
powerpc/configs: Add IBMVETH=y and IBMVNIC=y to guest configs
These drivers are sometimes required to have functional networking in a
guest, so build them in when building ppc64[le]_guest_defconfig.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230414132415.821564-29-mpe@ellerman.id.au
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/configs/guest.config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/powerpc/configs/guest.config b/arch/powerpc/configs/guest.config index 209f58515d88..fece83487215 100644 --- a/arch/powerpc/configs/guest.config +++ b/arch/powerpc/configs/guest.config @@ -10,3 +10,5 @@ CONFIG_EPAPR_PARAVIRT=y CONFIG_VIRTIO_BALLOON=y CONFIG_VHOST_NET=y CONFIG_VHOST=y +CONFIG_IBMVETH=y +CONFIG_IBMVNIC=y |