diff options
author | Kees Cook <keescook@chromium.org> | 2012-10-02 14:19:07 -0400 |
---|---|---|
committer | Kees Cook <keescook@chromium.org> | 2013-01-11 14:39:04 -0500 |
commit | d72c5a8c8c57cb7b9b20b5d3cd0a39deb51ba78b (patch) | |
tree | e82095466800aad3243007af18b55de77b1dcdc9 /drivers/virtio/Kconfig | |
parent | bffb0ed1078b60cd13601db716dcc81cafef2056 (diff) |
drivers/virtio: 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.
CC: Rusty Russell <rusty@rustcorp.com.au>
CC: "Michael S. Tsirkin" <mst@redhat.com>
Signed-off-by: Kees Cook <keescook@chromium.org>
Acked-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'drivers/virtio/Kconfig')
-rw-r--r-- | drivers/virtio/Kconfig | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/virtio/Kconfig b/drivers/virtio/Kconfig index 8d5bddb56cb1..c6683f2e396c 100644 --- a/drivers/virtio/Kconfig +++ b/drivers/virtio/Kconfig | |||
@@ -8,8 +8,8 @@ config VIRTIO | |||
8 | menu "Virtio drivers" | 8 | menu "Virtio drivers" |
9 | 9 | ||
10 | config VIRTIO_PCI | 10 | config VIRTIO_PCI |
11 | tristate "PCI driver for virtio devices (EXPERIMENTAL)" | 11 | tristate "PCI driver for virtio devices" |
12 | depends on PCI && EXPERIMENTAL | 12 | depends on PCI |
13 | select VIRTIO | 13 | select VIRTIO |
14 | ---help--- | 14 | ---help--- |
15 | This drivers provides support for virtio based paravirtual device | 15 | This drivers provides support for virtio based paravirtual device |
@@ -32,8 +32,8 @@ config VIRTIO_BALLOON | |||
32 | If unsure, say M. | 32 | If unsure, say M. |
33 | 33 | ||
34 | config VIRTIO_MMIO | 34 | config VIRTIO_MMIO |
35 | tristate "Platform bus driver for memory mapped virtio devices (EXPERIMENTAL)" | 35 | tristate "Platform bus driver for memory mapped virtio devices" |
36 | depends on HAS_IOMEM && EXPERIMENTAL | 36 | depends on HAS_IOMEM |
37 | select VIRTIO | 37 | select VIRTIO |
38 | ---help--- | 38 | ---help--- |
39 | This drivers provides support for memory mapped virtio | 39 | This drivers provides support for memory mapped virtio |