configs: Add CONFIG_MACVTAP=m (arm64 only)
authorPhil Elwell <phil@raspberrypi.com>
Tue, 29 Jun 2021 08:20:09 +0000 (09:20 +0100)
committerPhil Elwell <phil@raspberrypi.com>
Tue, 29 Jun 2021 08:25:09 +0000 (09:25 +0100)
From the requesting issue:

"This option is necessary for having bridge-like networking on KVM VMs
 with the host root filesystem on NFS (since regular bridge networking
 doesn't work in that case),"

See: https://github.com/raspberrypi/linux/issues/4413

Signed-off-by: Phil Elwell <phil@raspberrypi.com>
arch/arm64/configs/bcm2711_defconfig
arch/arm64/configs/bcmrpi3_defconfig

index 90e53fd..93b08c0 100644 (file)
@@ -497,6 +497,7 @@ CONFIG_DUMMY=m
 CONFIG_WIREGUARD=m
 CONFIG_IFB=m
 CONFIG_MACVLAN=m
+CONFIG_MACVTAP=m
 CONFIG_IPVLAN=m
 CONFIG_VXLAN=m
 CONFIG_NETCONSOLE=m
index 456b300..da84139 100644 (file)
@@ -483,6 +483,7 @@ CONFIG_DUMMY=m
 CONFIG_WIREGUARD=m
 CONFIG_IFB=m
 CONFIG_MACVLAN=m
+CONFIG_MACVTAP=m
 CONFIG_IPVLAN=m
 CONFIG_VXLAN=m
 CONFIG_NETCONSOLE=m