commit c2d2983585e8a46639ca95f6c6122807d8312547 Author: Oliver Pinter Date: Thu Jul 26 20:42:16 2007 +0200 change the sort in arch/i386/Kconfig.cpu file, while it is logicaller (by productions time-line). Signed-off-by: Oliver Pinter diff --git a/arch/i386/Kconfig.cpu b/arch/i386/Kconfig.cpu index af701b3..8331d5e 100644 --- a/arch/i386/Kconfig.cpu +++ b/arch/i386/Kconfig.cpu @@ -104,13 +104,6 @@ config MPENTIUMM Select this for Intel Pentium M (not Pentium-4 M) notebook chips. -config MCORE2 - bool "Core 2/newer Xeon" - 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. - config MPENTIUM4 bool "Pentium-4/Celeron(P4-based)/Pentium-4 M/older Xeon" help @@ -147,6 +140,12 @@ config MPENTIUM4 more info: http://balusc.xs4all.nl/srv/har-cpu.html +config MCORE2 + bool "Core 2/newer Xeon" + 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. config MK6 bool "K6/K6-II/K6-III"