aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/vhost/Kconfig
diff options
context:
space:
mode:
authorMichael S. Tsirkin <mst@redhat.com>2016-08-02 01:53:13 +0300
committerMichael S. Tsirkin <mst@redhat.com>2016-08-02 02:57:28 +0300
commit6190efb08c16dcd68c64b096a28f47ab33f017d7 (patch)
tree988e99f3674a72e961a50508a6f7f0c2cd950b19 /drivers/vhost/Kconfig
parentvop: pull in vhost Kconfig (diff)
downloadlinux-dev-6190efb08c16dcd68c64b096a28f47ab33f017d7.tar.xz
linux-dev-6190efb08c16dcd68c64b096a28f47ab33f017d7.zip
vhost: drop vringh dependency
vringh isn't used by vhost net or scsi - it's used by CAIF only at the moment. Drop the dependency. Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'drivers/vhost/Kconfig')
-rw-r--r--drivers/vhost/Kconfig2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/vhost/Kconfig b/drivers/vhost/Kconfig
index 533eaf04f12f..387d30d8f2a8 100644
--- a/drivers/vhost/Kconfig
+++ b/drivers/vhost/Kconfig
@@ -2,7 +2,6 @@ config VHOST_NET
tristate "Host kernel accelerator for virtio net"
depends on NET && EVENTFD && (TUN || !TUN) && (MACVTAP || !MACVTAP)
select VHOST
- select VHOST_RING
---help---
This kernel module can be loaded in host kernel to accelerate
guest networking with virtio_net. Not to be confused with virtio_net
@@ -15,7 +14,6 @@ config VHOST_SCSI
tristate "VHOST_SCSI TCM fabric driver"
depends on TARGET_CORE && EVENTFD && m
select VHOST
- select VHOST_RING
default n
---help---
Say M here to enable the vhost_scsi TCM fabric module