Skip to content

Commit

Permalink
virtio-balloon: dependency fix
Browse files Browse the repository at this point in the history
Devices should depend on virtio, not select it.  It's supposed to be
selected by the particular driver, e.g. VIRTIO_PCI.
Make balloon depend on VIRTIO and EXPERIMENTAL
(to match description).

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
  • Loading branch information
Michael S. Tsirkin authored and Rusty Russell committed Sep 28, 2012
1 parent f22cf8e commit 04679f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/virtio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ config VIRTIO_PCI

config VIRTIO_BALLOON
tristate "Virtio balloon driver (EXPERIMENTAL)"
select VIRTIO
select VIRTIO_RING
depends on EXPERIMENTAL && VIRTIO
---help---
This driver supports increasing and decreasing the amount
of memory within a KVM guest.
Expand Down

0 comments on commit 04679f3

Please sign in to comment.