Skip to content

Commit

Permalink
arm64: configs: Enable VHOST_NET for EVE-OS/Tegra
Browse files Browse the repository at this point in the history
EVE started to use VHOST_NET, so let's enable it built-in so we don't
need to load the module manually.

Signed-off-by: Renê de Souza Pinto <[email protected]>
  • Loading branch information
rene committed Jan 2, 2025
1 parent 453832d commit 87f8585
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kernel/kernel-5.10/arch/arm64/configs/tegra_eveos_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -590,8 +590,8 @@ CONFIG_NETDEVICES=y
CONFIG_DUMMY=m
CONFIG_WIREGUARD=m
CONFIG_NET_FC=y
CONFIG_MACVLAN=m
CONFIG_MACVTAP=m
CONFIG_MACVLAN=y
CONFIG_MACVTAP=y
CONFIG_IPVLAN=m
CONFIG_IPVTAP=m
CONFIG_VXLAN=y
Expand Down Expand Up @@ -1284,7 +1284,7 @@ CONFIG_VIRTIO_PCI=y
CONFIG_VIRTIO_BALLOON=y
CONFIG_VIRTIO_INPUT=y
CONFIG_VIRTIO_MMIO=y
CONFIG_VHOST_NET=m
CONFIG_VHOST_NET=y
CONFIG_VHOST_SCSI=y
CONFIG_VHOST_VSOCK=y
CONFIG_XEN_GNTDEV=y
Expand Down

0 comments on commit 87f8585

Please sign in to comment.