aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/virtio
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2012-09-28 01:35:14 -0400
committerRusty Russell <rusty@rustcorp.com.au>2012-09-28 01:35:14 -0400
commit7a23eb28fa645f1f0c2ec38274c11bc78c50c047 (patch)
tree5ba0bdb63393b330b212143f5ea2075b517f6114 /drivers/virtio
parent04679f34c141a0591e525d392929efc249440a7c (diff)
virtio_balloon: not EXPERIMENTAL any more.
It is not experimental in any vaguely-sane sense. Reported-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'drivers/virtio')
-rw-r--r--drivers/virtio/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/virtio/Kconfig b/drivers/virtio/Kconfig
index 271be8059b93..8e048518eeb3 100644
--- a/drivers/virtio/Kconfig
+++ b/drivers/virtio/Kconfig
@@ -26,8 +26,8 @@ config VIRTIO_PCI
26 If unsure, say M. 26 If unsure, say M.
27 27
28config VIRTIO_BALLOON 28config VIRTIO_BALLOON
29 tristate "Virtio balloon driver (EXPERIMENTAL)" 29 tristate "Virtio balloon driver"
30 depends on EXPERIMENTAL && VIRTIO 30 depends on VIRTIO
31 ---help--- 31 ---help---
32 This driver supports increasing and decreasing the amount 32 This driver supports increasing and decreasing the amount
33 of memory within a KVM guest. 33 of memory within a KVM guest.