Re: [PATCH] make KVM selectable again

From: Sam Ravnborg
Date: Sun Feb 10 2008 - 05:49:45 EST


On Sat, Feb 09, 2008 at 10:24:01PM +0100, Ingo Molnar wrote:
>
> * Dave Hansen <haveblue@xxxxxxxxxx> wrote:
>
> > config HAVE_SETUP_PER_CPU_AREA
> > def_bool X86_64
> >
> > -select HAVE_KVM
> > +config HAVE_KVM
> > + def_bool y
>
> i think it might be better to just move the select to after the "config
> X86" option. (this is a legitimate use of select) Sam, do you concur?

Correct.
We should see it used like this:

config X86
select HAVE_KVM

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