diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2023-06-15 09:40:37 +0000 |
---|---|---|
committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2023-06-15 09:40:37 +0000 |
commit | 8bdd5b8e31f71909b0f918e07affa2bd779c24a0 (patch) | |
tree | feff6d23c35fdfdc92fcf764d2e1d0e49a87d4df /packages/linux-kernel/arch | |
parent | 2132edba1d72a59095307828b50166b877894e94 (diff) | |
download | vyos-build-8bdd5b8e31f71909b0f918e07affa2bd779c24a0.tar.gz vyos-build-8bdd5b8e31f71909b0f918e07affa2bd779c24a0.zip |
T5281: Add CONFIG_VHOST_MENU to kernel
Without this option the 'vhost' modules are not included
Diffstat (limited to 'packages/linux-kernel/arch')
-rw-r--r-- | packages/linux-kernel/arch/x86/configs/vyos_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux-kernel/arch/x86/configs/vyos_defconfig b/packages/linux-kernel/arch/x86/configs/vyos_defconfig index 6f69adeb..f9057c9c 100644 --- a/packages/linux-kernel/arch/x86/configs/vyos_defconfig +++ b/packages/linux-kernel/arch/x86/configs/vyos_defconfig @@ -4879,7 +4879,7 @@ CONFIG_VIRTIO_INPUT=m CONFIG_VIRTIO_MMIO=m CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES=y # CONFIG_VDPA is not set -# CONFIG_VHOST_MENU is not set +CONFIG_VHOST_MENU=y CONFIG_VHOST_RING=m CONFIG_VHOST_NET=m CONFIG_VHOST_SCSI=m |