[PATCH] Mention Intel Atom in Kconfig.cpu

From: Phil Endecott
Date: Mon Oct 13 2008 - 07:36:01 EST


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@xxxxxxxxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/