From cefd7cc559664eaecc237a5d82fa384ed9a06f1d Mon Sep 17 00:00:00 2001 From: Kees Cook Date: Tue, 2 Oct 2012 11:19:07 -0700 Subject: [PATCH] --- yaml --- r: 353554 b: refs/heads/master c: d72c5a8c8c57cb7b9b20b5d3cd0a39deb51ba78b h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/virtio/Kconfig | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 794bee7e1617..aecbf0c7dbdf 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bffb0ed1078b60cd13601db716dcc81cafef2056 +refs/heads/master: d72c5a8c8c57cb7b9b20b5d3cd0a39deb51ba78b diff --git a/trunk/drivers/virtio/Kconfig b/trunk/drivers/virtio/Kconfig index 8d5bddb56cb1..c6683f2e396c 100644 --- a/trunk/drivers/virtio/Kconfig +++ b/trunk/drivers/virtio/Kconfig @@ -8,8 +8,8 @@ config VIRTIO menu "Virtio drivers" config VIRTIO_PCI - tristate "PCI driver for virtio devices (EXPERIMENTAL)" - depends on PCI && EXPERIMENTAL + tristate "PCI driver for virtio devices" + depends on PCI select VIRTIO ---help--- This drivers provides support for virtio based paravirtual device @@ -32,8 +32,8 @@ config VIRTIO_BALLOON If unsure, say M. config VIRTIO_MMIO - tristate "Platform bus driver for memory mapped virtio devices (EXPERIMENTAL)" - depends on HAS_IOMEM && EXPERIMENTAL + tristate "Platform bus driver for memory mapped virtio devices" + depends on HAS_IOMEM select VIRTIO ---help--- This drivers provides support for memory mapped virtio