powerpc/configs: Add IBMVETH=y and IBMVNIC=y to guest configs
authorMichael Ellerman <mpe@ellerman.id.au>
Fri, 14 Apr 2023 13:24:12 +0000 (23:24 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Fri, 21 Apr 2023 06:16:25 +0000 (16:16 +1000)
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
arch/powerpc/configs/guest.config

index 209f585..fece834 100644 (file)
@@ -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