diff options
author | Stefan Reinauer <stepan@coresystems.de> | 2009-11-04 12:18:44 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2009-11-04 12:18:44 +0000 |
commit | 5fc7f98c51b898a6b584b360be6072cc5f49b44d (patch) | |
tree | 08b57cb0639bd703b608b01f0bf81405c9e904e9 /src/cpu/intel/Kconfig | |
parent | c6680487b950e79164db8ad340648e87adc27d91 (diff) | |
download | coreboot-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/Kconfig')
-rw-r--r-- | src/cpu/intel/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cpu/intel/Kconfig b/src/cpu/intel/Kconfig index 768a823c91..54d9c15d86 100644 --- a/src/cpu/intel/Kconfig +++ b/src/cpu/intel/Kconfig @@ -3,6 +3,7 @@ source src/cpu/intel/model_6dx/Kconfig source src/cpu/intel/model_6ex/Kconfig source src/cpu/intel/model_6fx/Kconfig source src/cpu/intel/model_1067x/Kconfig +source src/cpu/intel/model_106cx/Kconfig source src/cpu/intel/bga956/Kconfig source src/cpu/intel/ep80579/Kconfig @@ -13,3 +14,4 @@ source src/cpu/intel/socket_mPGA479M/Kconfig #source src/cpu/intel/socket_mPGA603/Kconfig source src/cpu/intel/socket_mPGA604/Kconfig source src/cpu/intel/socket_PGA370/Kconfig +source src/cpu/intel/socket_441/Kconfig |