[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20131230184058.0A59E033@viggo.jf.intel.com>
Date: Mon, 30 Dec 2013 10:40:58 -0800
From: Dave Hansen <dave@...1.net>
To: linux-kernel@...r.kernel.org
Cc: x86@...nel.org, Dave Hansen <dave@...1.net>
Subject: [PATCH 09/12] x86 Kconfig: create mtrr menu
From: Dave Hansen <dave.hansen@...ux.intel.com>
This removes another 4 lines from the default x86 menu. Note
that I slightly changed the MTRR prompt text since PAT is
hidden under here. This makes PAT easier to find since it
"depends on MTRR" anyway.
Signed-off-by: Dave Hansen <dave.hansen@...ux.intel.com>
---
linux.git-davehans/arch/x86/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff -puN arch/x86/Kconfig~x86-mtrr-menu arch/x86/Kconfig
--- linux.git/arch/x86/Kconfig~x86-mtrr-menu 2013-12-30 10:37:45.990268296 -0800
+++ linux.git-davehans/arch/x86/Kconfig 2013-12-30 10:37:45.995268521 -0800
@@ -1387,9 +1387,9 @@ config MATH_EMULATION
If you are not sure, say Y; apart from resulting in a 66 KB bigger
kernel, it won't hurt.
-config MTRR
+menuconfig MTRR
def_bool y
- prompt "MTRR (Memory Type Range Register) support" if EXPERT
+ prompt "MTRR (Memory Type Range Register) and PAT support" if EXPERT
---help---
On Intel P6 family processors (Pentium Pro, Pentium II and later)
the Memory Type Range Registers (MTRRs) may be used to control
_
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists