summaryrefslogtreecommitdiff
path: root/arch/powerpc/configs
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2023-04-14 16:24:12 +0300
committerMichael Ellerman <mpe@ellerman.id.au>2023-04-21 09:16:25 +0300
commit9ee937539e9bd0bef2ad845b3dfa34fa997775c5 (patch)
treec87732a9277d849620e62606a404609d3d6cf8e5 /arch/powerpc/configs
parent4f6cfb53646794a2dc14210fbfedd5c6db38ba2c (diff)
downloadlinux-9ee937539e9bd0bef2ad845b3dfa34fa997775c5.tar.xz
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/configs')
-rw-r--r--arch/powerpc/configs/guest.config2
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