diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-04-26 04:26:52 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-26 12:31:17 -0400 |
commit | 2a8a2719be1397c64e726ccd1c0933a11dc493d0 (patch) | |
tree | def3564b6eb08b7f2c2507046b13f79a21302934 /arch/x86/Kconfig | |
parent | d9c04d678418fe42646de641f499209ca00fd94f (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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/x86/Kconfig')
-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 4d350b5cbc71..4aa4180b106c 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -1049,9 +1049,9 @@ config MTRR | |||
1049 | See <file:Documentation/mtrr.txt> for more information. | 1049 | See <file:Documentation/mtrr.txt> for more information. |
1050 | 1050 | ||
1051 | config X86_PAT | 1051 | config X86_PAT |
1052 | def_bool y | 1052 | bool |
1053 | prompt "x86 PAT support" | 1053 | prompt "x86 PAT support" |
1054 | depends on MTRR && NONPROMISC_DEVMEM | 1054 | depends on MTRR |
1055 | help | 1055 | help |
1056 | Use PAT attributes to setup page level cache control. | 1056 | Use PAT attributes to setup page level cache control. |
1057 | 1057 | ||