commit 0cfc7eee2dfe08dc0c609b57ed7be54886bd8f0b Author: Oliver Pinter Date: Sun Jul 22 21:59:27 2007 +0200 Kconfig.cpu cosmetics Add Pentium D for Pentium 4 help Change the sort by timeline in cpu-types Signed-off-by: Oliver Pinter diff --git a/arch/i386/Kconfig.cpu b/arch/i386/Kconfig.cpu index 11a24d5..ce95e50 100644 --- a/arch/i386/Kconfig.cpu +++ b/arch/i386/Kconfig.cpu @@ -104,6 +104,15 @@ config MPENTIUMM Select this for Intel Pentium M (not Pentium-4 M) notebook chips. +config MPENTIUM4 + bool "Pentium-4/Celeron(P4-based)/Pentium-4 M/older Xeon" + help + Select this for Intel Pentium 4 chips. This includes the + Pentium 4, Pentium D, P4-based Celeron and Xeon, and + Pentium-4 M (not Pentium M) chips. This option enables compile + flags optimized for the chip, uses the correct cache shift, and + applies any applicable Pentium III optimizations. + config MCORE2 bool "Core 2/newer Xeon" help @@ -111,15 +120,6 @@ config MCORE2 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 - Select this for Intel Pentium 4 chips. This includes the - Pentium 4, P4-based Celeron and Xeon, and Pentium-4 M - (not Pentium M) chips. This option enables compile flags - optimized for the chip, uses the correct cache shift, and - applies any applicable Pentium III optimizations. - config MK6 bool "K6/K6-II/K6-III" help