diff options
author | Michael S. Tsirkin <mst@redhat.com> | 2016-08-01 18:53:13 -0400 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2016-08-01 19:57:28 -0400 |
commit | 6190efb08c16dcd68c64b096a28f47ab33f017d7 (patch) | |
tree | 988e99f3674a72e961a50508a6f7f0c2cd950b19 | |
parent | 48783646bdd9311fb754895854433be9bb189b0a (diff) |
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>
-rw-r--r-- | drivers/vhost/Kconfig | 2 |
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 | |||
2 | tristate "Host kernel accelerator for virtio net" | 2 | tristate "Host kernel accelerator for virtio net" |
3 | depends on NET && EVENTFD && (TUN || !TUN) && (MACVTAP || !MACVTAP) | 3 | depends on NET && EVENTFD && (TUN || !TUN) && (MACVTAP || !MACVTAP) |
4 | select VHOST | 4 | select VHOST |
5 | select VHOST_RING | ||
6 | ---help--- | 5 | ---help--- |
7 | This kernel module can be loaded in host kernel to accelerate | 6 | This kernel module can be loaded in host kernel to accelerate |
8 | guest networking with virtio_net. Not to be confused with virtio_net | 7 | guest networking with virtio_net. Not to be confused with virtio_net |
@@ -15,7 +14,6 @@ config VHOST_SCSI | |||
15 | tristate "VHOST_SCSI TCM fabric driver" | 14 | tristate "VHOST_SCSI TCM fabric driver" |
16 | depends on TARGET_CORE && EVENTFD && m | 15 | depends on TARGET_CORE && EVENTFD && m |
17 | select VHOST | 16 | select VHOST |
18 | select VHOST_RING | ||
19 | default n | 17 | default n |
20 | ---help--- | 18 | ---help--- |
21 | Say M here to enable the vhost_scsi TCM fabric module | 19 | Say M here to enable the vhost_scsi TCM fabric module |