From 5fc7f98c51b898a6b584b360be6072cc5f49b44d Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Wed, 4 Nov 2009 12:18:44 +0000 Subject: Fix up typo in Socket 441 CPUs, and add a few (trivial) Kconfig files for them. Signed-off-by: Stefan Reinauer Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4908 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/cpu/intel/socket_441/Kconfig | 5 +++++ src/cpu/intel/socket_441/Makefile.inc | 10 ++++++++++ 2 files changed, 15 insertions(+) create mode 100644 src/cpu/intel/socket_441/Kconfig create mode 100644 src/cpu/intel/socket_441/Makefile.inc (limited to 'src/cpu/intel/socket_441') 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 diff --git a/src/cpu/intel/socket_441/Makefile.inc b/src/cpu/intel/socket_441/Makefile.inc new file mode 100644 index 0000000000..4c8f65eba2 --- /dev/null +++ b/src/cpu/intel/socket_441/Makefile.inc @@ -0,0 +1,10 @@ +obj-y += socket_441.o +subdirs-y += ../model_106cx +subdirs-y += ../../x86/tsc +subdirs-y += ../../x86/mtrr +subdirs-y += ../../x86/lapic +subdirs-y += ../../x86/cache +subdirs-y += ../../x86/smm +subdirs-y += ../microcode +subdirs-y += ../hyperthreading + -- cgit v1.2.3