[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1325776897-9124-1-git-send-email-festevam@gmail.com>
Date: Thu, 5 Jan 2012 13:21:37 -0200
From: Fabio Estevam <festevam@...il.com>
To: linux-kernel@...r.kernel.org
Cc: mingo@...hat.com, levinsasha928@...il.com,
Fabio Estevam <festevam@...il.com>,
Fabio Estevam <fabio.estevam@...escale.com>
Subject: [PATCH] x86: Kconfig: Fix dependency for KVMTOOL_TEST_ENABLE
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@...escale.com>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists