Re: [tip:x86/urgent] x86/kconfig: Add a Kconfig shortcut for buildingworking KVM guest kernels

From: David Rientjes
Date: Fri May 03 2013 - 13:19:28 EST


On Fri, 3 May 2013, H. Peter Anvin wrote:

> For minimal you'd probably use yes n | ...
>

Works fine unless kvm_guest.config enables an option that requires a
numbered choice, such as CONFIG_EXPERT enabling the the ability to select
CONFIG_SLOB from the list of allocators. Instead of relying on yes(1),
I think you'll need to modify this custom script to explicitly disable
remaining options and select the default when there's a choice.
--
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/