diff options
author | Keith Hui <buurin@gmail.com> | 2010-03-05 16:18:38 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2010-03-05 16:18:38 +0000 |
commit | e1ec158c0a96c2bd51afa73e1bb74d64701264b0 (patch) | |
tree | cc21ff42d716187eb9cdfb89a0a6d255b20d9ab5 /src/cpu/intel/Kconfig | |
parent | ae22bcd6d99174994b5ac5e3369e0154bb9678c3 (diff) |
Add proper Slot 1 CPU support code/infrastructure.
Signed-off-by: Keith Hui <buurin@gmail.com>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5187 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/intel/Kconfig')
-rw-r--r-- | src/cpu/intel/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/intel/Kconfig b/src/cpu/intel/Kconfig index 24a9b4d9c4..3e38e477ad 100644 --- a/src/cpu/intel/Kconfig +++ b/src/cpu/intel/Kconfig @@ -8,6 +8,7 @@ source src/cpu/intel/model_106cx/Kconfig source src/cpu/intel/bga956/Kconfig source src/cpu/intel/ep80579/Kconfig source src/cpu/intel/slot_2/Kconfig +source src/cpu/intel/slot_1/Kconfig source src/cpu/intel/socket_mFCPGA478/Kconfig source src/cpu/intel/socket_mPGA478/Kconfig source src/cpu/intel/socket_mPGA479M/Kconfig |