mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] x86: Kconfig: Fix dependency for KVMTOOL_TEST_ENABLE
@ 2012-01-05 15:21 Fabio Estevam
  0 siblings, 0 replies; only message in thread
From: Fabio Estevam @ 2012-01-05 15:21 UTC (permalink / raw)
  To: linux-kernel; +Cc: mingo, levinsasha928, Fabio Estevam, Fabio Estevam

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@freescale.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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-01-05 15:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-05 15:21 [PATCH] x86: Kconfig: Fix dependency for KVMTOOL_TEST_ENABLE Fabio Estevam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome