Skip to content

Commit

Permalink
arm64: configs: Enable VHOST_NET for EVE-OS
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 <rene@renesp.com.br>
  • Loading branch information
rene authored and eriknordmark committed Jan 2, 2025
1 parent 4f8bebb commit cbd9b72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arch/arm64/configs/eve_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -528,8 +528,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=m
Expand Down Expand Up @@ -1005,7 +1005,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 cbd9b72

Please sign in to comment.