diff options
Diffstat (limited to 'drivers/virtio/Kconfig')
-rw-r--r-- | drivers/virtio/Kconfig | 4 |
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 | ||
28 | config VIRTIO_BALLOON | 28 | config 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. |