[uClibc-cvs] uClibc/extra/Configs Config.i386,1.39,1.40

Erik Andersen andersen at uclibc.org
Thu Feb 19 03:36:34 UTC 2004


Update of /var/cvs/uClibc/extra/Configs
In directory nail:/tmp/cvs-serv20835/extra/Configs

Modified Files:
	Config.i386 
Log Message:
Update the x86 processor listing a bit, to preempt further questions
about the best settings the AMD Elan and the VIA Nehemiah.


Index: Config.i386
===================================================================
RCS file: /var/cvs/uClibc/extra/Configs/Config.i386,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- Config.i386	16 Jan 2004 13:43:01 -0000	1.39
+++ Config.i386	19 Feb 2004 03:36:31 -0000	1.40
@@ -51,11 +51,12 @@
 	  - "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 @@
 	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_K7
 	bool "Athlon/Duron/K7"
 
+config CONFIG_ELAN
+	bool "Elan"
+
 config CONFIG_CRUSOE
 	bool "Crusoe"
 
@@ -96,10 +103,13 @@
 	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
 




More information about the uClibc-cvs mailing list