mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04:00
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>
This commit is contained in:
parent
bffb0ed107
commit
d72c5a8c8c
1 changed files with 4 additions and 4 deletions
|
@ -8,8 +8,8 @@ config VIRTIO
|
||||||
menu "Virtio drivers"
|
menu "Virtio drivers"
|
||||||
|
|
||||||
config VIRTIO_PCI
|
config VIRTIO_PCI
|
||||||
tristate "PCI driver for virtio devices (EXPERIMENTAL)"
|
tristate "PCI driver for virtio devices"
|
||||||
depends on PCI && EXPERIMENTAL
|
depends on PCI
|
||||||
select VIRTIO
|
select VIRTIO
|
||||||
---help---
|
---help---
|
||||||
This drivers provides support for virtio based paravirtual device
|
This drivers provides support for virtio based paravirtual device
|
||||||
|
@ -32,8 +32,8 @@ config VIRTIO_BALLOON
|
||||||
If unsure, say M.
|
If unsure, say M.
|
||||||
|
|
||||||
config VIRTIO_MMIO
|
config VIRTIO_MMIO
|
||||||
tristate "Platform bus driver for memory mapped virtio devices (EXPERIMENTAL)"
|
tristate "Platform bus driver for memory mapped virtio devices"
|
||||||
depends on HAS_IOMEM && EXPERIMENTAL
|
depends on HAS_IOMEM
|
||||||
select VIRTIO
|
select VIRTIO
|
||||||
---help---
|
---help---
|
||||||
This drivers provides support for memory mapped virtio
|
This drivers provides support for memory mapped virtio
|
||||||
|
|
Loading…
Add table
Reference in a new issue