[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1223900037856@dmwebmail.dmwebmail.chezphil.org>
Date: Mon, 13 Oct 2008 13:13:57 +0100
From: "Phil Endecott" <phil_wueww_endecott@...zphil.org>
To: "Linux Kernel Mailing List" <linux-kernel@...r.kernel.org>
Subject: [PATCH] Mention Intel Atom in Kconfig.cpu (less garbled this time)
[Appoligies for the garbled first attempt at posting this. Blame the
original author for the long lines!?]
Am I right in thinking that CONFIG_MCORE2 is the correct choice for an
Intel Atom? (It seems to work for me, so far.) If this is true, since
there are quite a lot of these chips in circulation now and the choice
is not obvious, I think it would be helpful to add something along the
following lines to arch/x86/Kconfig.cpu.
Signed-off-by: Phil Endecott <kconfigcpu@...zphil.org>
---
diff --git a/arch/x86/Kconfig.cpu b/arch/x86/Kconfig.cpu
index b225219..7df0801 100644
--- a/arch/x86/Kconfig.cpu
+++ b/arch/x86/Kconfig.cpu
@@ -263,11 +263,12 @@ config MPSC
in /proc/cpuinfo. Family 15 is an older Xeon, Family 6 a newer one.
config MCORE2
- bool "Core 2/newer Xeon"
+ bool "Core 2/newer Xeon/Atom"
help
- Select this for Intel Core 2 and newer Core 2 Xeons (Xeon 51xx and 53xx)
- CPUs. You can distinguish newer from older Xeons by the CPU family
- in /proc/cpuinfo. Newer ones have 6 and older ones 15 (not a typo)
+ Select this for Intel Core 2, newer Core 2 Xeon (Xeon 51xx and 53xx)
+ and Intel Atom CPUs. You can distinguish newer from older Xeons by
+ the CPU family in /proc/cpuinfo. Newer ones have 6 and older ones 15
+ (not a typo).
config GENERIC_CPU
bool "Generic-x86-64"
--
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