diff options
Diffstat (limited to 'drivers/virtio/Kconfig')
-rw-r--r-- | drivers/virtio/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/virtio/Kconfig b/drivers/virtio/Kconfig index c6683f2e396c..00b228638274 100644 --- a/drivers/virtio/Kconfig +++ b/drivers/virtio/Kconfig | |||
@@ -25,6 +25,7 @@ config VIRTIO_PCI | |||
25 | config VIRTIO_BALLOON | 25 | config VIRTIO_BALLOON |
26 | tristate "Virtio balloon driver" | 26 | tristate "Virtio balloon driver" |
27 | depends on VIRTIO | 27 | depends on VIRTIO |
28 | select MEMORY_BALLOON | ||
28 | ---help--- | 29 | ---help--- |
29 | This driver supports increasing and decreasing the amount | 30 | This driver supports increasing and decreasing the amount |
30 | of memory within a KVM guest. | 31 | of memory within a KVM guest. |