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
This commit is contained in:
Michael Ellerman 2023-04-14 23:24:12 +10:00
parent 4f6cfb5364
commit 9ee937539e

View 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