13a4d5c94SMichael S. Tsirkinconfig VHOST_NET 243893cbeSKees Cook tristate "Host kernel accelerator for virtio net" 343893cbeSKees Cook depends on NET && EVENTFD && (TUN || !TUN) && (MACVTAP || !MACVTAP) 4f87d0fbbSRusty Russell select VHOST_RING 53a4d5c94SMichael S. Tsirkin ---help--- 63a4d5c94SMichael S. Tsirkin This kernel module can be loaded in host kernel to accelerate 73a4d5c94SMichael S. Tsirkin guest networking with virtio_net. Not to be confused with virtio_net 83a4d5c94SMichael S. Tsirkin module itself which needs to be loaded in guest kernel. 93a4d5c94SMichael S. Tsirkin 103a4d5c94SMichael S. Tsirkin To compile this driver as a module, choose M here: the module will 113a4d5c94SMichael S. Tsirkin be called vhost_net. 123a4d5c94SMichael S. Tsirkin 13181c04a3SMichael S. Tsirkinconfig VHOST_SCSI 14181c04a3SMichael S. Tsirkin tristate "VHOST_SCSI TCM fabric driver" 15181c04a3SMichael S. Tsirkin depends on TARGET_CORE && EVENTFD && m 16*736a2dd2SLinus Torvalds select VHOST_RING 17181c04a3SMichael S. Tsirkin default n 18181c04a3SMichael S. Tsirkin ---help--- 19181c04a3SMichael S. Tsirkin Say M here to enable the vhost_scsi TCM fabric module 20181c04a3SMichael S. Tsirkin for use with virtio-scsi guests 21f87d0fbbSRusty Russell 22f87d0fbbSRusty Russellconfig VHOST_RING 23f87d0fbbSRusty Russell tristate 24f87d0fbbSRusty Russell ---help--- 25f87d0fbbSRusty Russell This option is selected by any driver which needs to access 26f87d0fbbSRusty Russell the host side of a virtio ring. 27