lkml.org 
[lkml]   [2012]   [Jan]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] x86: Kconfig: Fix dependency for KVMTOOL_TEST_ENABLE
Date
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


\
 
 \ /
  Last update: 2012-01-05 16:23    [W:0.026 / U:0.520 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site