mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 10:11:36 +00:00
43893cbefc
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 <mst@redhat.com> Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7 lines
198 B
Plaintext
7 lines
198 B
Plaintext
config TCM_VHOST
|
|
tristate "TCM_VHOST fabric module"
|
|
depends on TARGET_CORE && EVENTFD && m
|
|
default n
|
|
---help---
|
|
Say M here to enable the TCM_VHOST fabric module for use with virtio-scsi guests
|