Kconfig (0337966d121ebebf73a1c346123e8112796e684e) Kconfig (84f3396b718dfac59a5fe328aea34bac93f2fc9c)
1config VHOST_NET
2 tristate "Host kernel accelerator for virtio net"
3 depends on NET && EVENTFD && (TUN || !TUN) && (TAP || !TAP)
4 select VHOST
5 ---help---
6 This kernel module can be loaded in host kernel to accelerate
7 guest networking with virtio_net. Not to be confused with virtio_net
8 module itself which needs to be loaded in guest kernel.
9
10 To compile this driver as a module, choose M here: the module will
11 be called vhost_net.
12
13config VHOST_SCSI
14 tristate "VHOST_SCSI TCM fabric driver"
1config VHOST_NET
2 tristate "Host kernel accelerator for virtio net"
3 depends on NET && EVENTFD && (TUN || !TUN) && (TAP || !TAP)
4 select VHOST
5 ---help---
6 This kernel module can be loaded in host kernel to accelerate
7 guest networking with virtio_net. Not to be confused with virtio_net
8 module itself which needs to be loaded in guest kernel.
9
10 To compile this driver as a module, choose M here: the module will
11 be called vhost_net.
12
13config VHOST_SCSI
14 tristate "VHOST_SCSI TCM fabric driver"
15 depends on TARGET_CORE && EVENTFD && m
15 depends on TARGET_CORE && EVENTFD
16 select VHOST
17 default n
18 ---help---
19 Say M here to enable the vhost_scsi TCM fabric module
20 for use with virtio-scsi guests
21
22config VHOST_VSOCK
23 tristate "vhost virtio-vsock driver"

--- 32 unchanged lines hidden ---
16 select VHOST
17 default n
18 ---help---
19 Say M here to enable the vhost_scsi TCM fabric module
20 for use with virtio-scsi guests
21
22config VHOST_VSOCK
23 tristate "vhost virtio-vsock driver"

--- 32 unchanged lines hidden ---