LGUEST_GUEST: fix unmet direct dependencies (VIRTUALIZATION && VIRTIO)
authorRandy Dunlap <randy.dunlap@oracle.com>
Sat, 1 Jan 2011 19:08:46 +0000 (11:08 -0800)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 20 Jan 2011 11:07:30 +0000 (21:37 +1030)
Honor the kconfig menu hierarchy to remove kconfig dependency warnings:
VIRTIO and VIRTIO_RING are subordinate to VIRTUALIZATION.

warning: (LGUEST_GUEST) selects VIRTIO which has unmet direct dependencies (VIRTUALIZATION)
warning: (LGUEST_GUEST && VIRTIO_PCI && VIRTIO_BALLOON) selects VIRTIO_RING which has unmet direct dependencies (VIRTUALIZATION && VIRTIO)

Reported-by: Toralf F_rster <toralf.foerster@gmx.de>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>

No differences found