diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-04-26 10:26:52 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-26 16:01:26 +0200 |
commit | 8db979bcfe46dcdced1065e9359e4ef7a50b8a6f (patch) | |
tree | e0bed257e3cc646d90c51cbe4122ea2dadb41501 | |
parent | 1ebcc654f010d4a63f3ebf8ddd2cab5a709b1824 (diff) |
x86 PAT: decouple from nonpromisc devmem
Linus pointed it out that PAT should not depend on NONPROMISC_DEVMEM.
Also make PAT non-default.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r-- | arch/x86/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 4d350b5cbc7..4aa4180b106 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -1049,9 +1049,9 @@ config MTRR See <file:Documentation/mtrr.txt> for more information. config X86_PAT - def_bool y + bool prompt "x86 PAT support" - depends on MTRR && NONPROMISC_DEVMEM + depends on MTRR help Use PAT attributes to setup page level cache control. |