Skip to content

Commit 43893cb

Browse files
keesgregkh
authored andcommitted
drivers/vhost: remove depends on CONFIG_EXPERIMENTAL
The CONFIG_EXPERIMENTAL config item has not carried much meaning for a while now and is almost always enabled by default. As agreed during the Linux kernel summit, remove it from any "depends on" lines in Kconfigs. Acked-by: Michael S. Tsirkin <[email protected]> Signed-off-by: Kees Cook <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 6d1f56a commit 43893cb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

drivers/vhost/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
config VHOST_NET
2-
tristate "Host kernel accelerator for virtio net (EXPERIMENTAL)"
3-
depends on NET && EVENTFD && (TUN || !TUN) && (MACVTAP || !MACVTAP) && EXPERIMENTAL
2+
tristate "Host kernel accelerator for virtio net"
3+
depends on NET && EVENTFD && (TUN || !TUN) && (MACVTAP || !MACVTAP)
44
---help---
55
This kernel module can be loaded in host kernel to accelerate
66
guest networking with virtio_net. Not to be confused with virtio_net

drivers/vhost/Kconfig.tcm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
config TCM_VHOST
2-
tristate "TCM_VHOST fabric module (EXPERIMENTAL)"
3-
depends on TARGET_CORE && EVENTFD && EXPERIMENTAL && m
2+
tristate "TCM_VHOST fabric module"
3+
depends on TARGET_CORE && EVENTFD && m
44
default n
55
---help---
66
Say M here to enable the TCM_VHOST fabric module for use with virtio-scsi guests

0 commit comments

Comments
 (0)