Re: [PATCH] x86: Relegate CONFIG_PAT to EMBEDDED

From: Arjan van de Ven
Date: Sun Oct 11 2009 - 13:33:59 EST


On Sun, 11 Oct 2009 10:04:10 -0700
Roland Dreier <rdreier@xxxxxxxxx> wrote:

> Makes sense, but given that X86_PAT depends on MTRR
>
> config X86_PAT
> bool
> - prompt "x86 PAT support"
> + default y
> + prompt "x86 PAT support" if EMBEDDED
> depends on MTRR
>
> should we give the same treatment to the MTRR option too? (As far as
> I can tell, MTRR defaults to n in the current Kconfig too)
>

good point