[PATCH 29/32] powerpc/configs: Add IBMVETH=y and IBMVNIC=y to guest configs
Michael Ellerman
mpe at ellerman.id.au
Fri Apr 14 23:24:12 AEST 2023
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 at ellerman.id.au>
---
arch/powerpc/configs/guest.config | 2 ++
1 file changed, 2 insertions(+)
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
--
2.39.2
More information about the Linuxppc-dev
mailing list