Re: [PATCH 00/12] Reorganize x86 Kconfig menu

From: Dave Hansen
Date: Tue Dec 31 2013 - 15:25:48 EST


On 12/31/2013 11:40 AM, Randy Dunlap wrote:
> arch/x86/lguest/Kconfig:1:error: recursive dependency detected!
> arch/x86/lguest/Kconfig:1: symbol LGUEST_GUEST depends on VIRTUALIZATION
> arch/x86/Kconfig.virt:2: symbol VIRTUALIZATION is selected by LGUEST_GUEST
> warning: (X86_VSMP) selects HYPERVISOR_GUEST which has unmet direct dependencies (VIRTUALIZATION)
> warning: (X86_VSMP) selects PARAVIRT which has unmet direct dependencies (VIRTUALIZATION && HYPERVISOR_GUEST)

I think this was caused because I moved lguest support to be underneath
"if VIRTUALIZATION". I just removed the "select VIRTUALIZATION" which I
think fixes it properly.

Thanks for the review, Randy! I'll repost these again later this week.

--
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/