[PATCH] x86: Kconfig: Fix dependency for KVMTOOL_TEST_ENABLE

From: Fabio Estevam
Date: Thu Jan 05 2012 - 10:21:46 EST


Fix the following build warning:

warning: (KVMTOOL_TEST_ENABLE) selects VIRTIO_NET which has unmet direct dependencies (NETDEVICES && NET_CORE && EXPERIMENTAL && VIRTIO)

Signed-off-by: Fabio Estevam <fabio.estevam@xxxxxxxxxxxxx>
---
arch/x86/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 90cab6f..b04962a 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -561,6 +561,7 @@ config SCHED_OMIT_FRAME_POINTER
config KVMTOOL_TEST_ENABLE
bool "Enable options to create a bootable tools/kvm/ kernel"
select NET
+ select NET_CORE
select NETDEVICES
select PCI
select BLOCK
--
1.7.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/