summaryrefslogtreecommitdiff
path: root/src/cpu/intel/socket_441/Kconfig
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2009-11-04 12:18:44 +0000
committerStefan Reinauer <stepan@openbios.org>2009-11-04 12:18:44 +0000
commit5fc7f98c51b898a6b584b360be6072cc5f49b44d (patch)
tree08b57cb0639bd703b608b01f0bf81405c9e904e9 /src/cpu/intel/socket_441/Kconfig
parentc6680487b950e79164db8ad340648e87adc27d91 (diff)
downloadcoreboot-5fc7f98c51b898a6b584b360be6072cc5f49b44d.tar.xz
Fix up typo in Socket 441 CPUs, and add a few (trivial) Kconfig files for them.
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4908 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/intel/socket_441/Kconfig')
-rw-r--r--src/cpu/intel/socket_441/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/cpu/intel/socket_441/Kconfig b/src/cpu/intel/socket_441/Kconfig
new file mode 100644
index 0000000000..76cbb1fe90
--- /dev/null
+++ b/src/cpu/intel/socket_441/Kconfig
@@ -0,0 +1,5 @@
+config CPU_INTEL_SOCKET_441
+ bool
+ select CPU_INTEL_MODEL_106CX
+ select MMX
+ select SSE