diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-02-19 03:36:31 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-02-19 03:36:31 +0000 |
commit | bbab258ae693ba10a4257a7020574f9bbc49f7b1 (patch) | |
tree | 6c916e7da5b66651d7976585a076eea41373f2c5 /extra | |
parent | b244adb91931d2ab0ae54d7b5b0fd175382f153d (diff) |
Update the x86 processor listing a bit, to preempt further questions
about the best settings the AMD Elan and the VIA Nehemiah.
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.i386 | 24 |
1 files changed, 17 insertions, 7 deletions
diff --git a/extra/Configs/Config.i386 b/extra/Configs/Config.i386 index 33e48ef7a..94a948ee9 100644 --- a/extra/Configs/Config.i386 +++ b/extra/Configs/Config.i386 @@ -51,11 +51,12 @@ choice - "Pentium-4" for the Intel Pentium 4. - "K6" for the AMD K6, K6-II and K6-III (aka K6-3D). - "Athlon" for the AMD K7 family (Athlon/Duron/Thunderbird). + - "Elan" for the AMD Elan" - "Crusoe" for the Transmeta Crusoe series. - "Winchip-C6" for original IDT Winchip. - - "Winchip-2" for IDT Winchip 2. - - "Winchip-2A" for IDT Winchips with 3dNow! capabilities. + - "Winchip-2/Winchip-2A/Winchip-3" for IDT Winchip CPUs - "CyrixIII/VIA C3" for VIA Cyrix III or VIA C3. + - "VIA C3-2 Nehemiah" model 9 and above. If you don't know what to do, choose "386". @@ -69,19 +70,22 @@ config CONFIG_486 bool "486" config CONFIG_586 - bool "Pentium/586/K5/5x86/6x86/6x86MX/Winchip-2A/Winchip-3" + bool "Pentium/586/K5/5x86/6x86/6x86MX" config CONFIG_586MMX bool "Pentium-MMX" config CONFIG_686 - bool "Pentium-Pro/Celeron/Pentium-II" + bool "Pentium-Pro" + +config CONFIG_PENTIUMII + bool "Celeron/Pentium-II" config CONFIG_PENTIUMIII - bool "Pentium-III/Celeron(Coppermine)" + bool "Pentium-III/Celeron(Coppermine)/Pentium-III Xeon" config CONFIG_PENTIUM4 - bool "Pentium-4" + bool "Pentium-4/Celeron(P4-based)/Xeon" config CONFIG_K6 bool "K6/K6-II/K6-III" @@ -89,6 +93,9 @@ config CONFIG_K6 config CONFIG_K7 bool "Athlon/Duron/K7" +config CONFIG_ELAN + bool "Elan" + config CONFIG_CRUSOE bool "Crusoe" @@ -96,10 +103,13 @@ config CONFIG_WINCHIPC6 bool "Winchip-C6" config CONFIG_WINCHIP2 - bool "Winchip-2" + bool "Winchip-2/Winchip-2A/Winchip-3" config CONFIG_CYRIXIII bool "CyrixIII/VIA-C3" +config CONFIG_NEHEMIAH + bool "VIA C3-2 (Nehemiah)" + endchoice |