diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2009-08-12 15:39:38 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2009-08-12 15:39:38 +0000 |
commit | 5f6572ec8bc6eb2acd3a7882445913b0b9fe0d91 (patch) | |
tree | 787a48e092ade5a9806efcb9cf9004aa7c776c3b /src/cpu/Kconfig | |
parent | 9a94843820fbad070d80f6e59ec7d6558e6afdab (diff) |
Fix multiple missing files and errors from the recent commit. This happened
when Patrick's tree and mine got out of sync.
Link stage still fails.
Signed-off-by: Ronald G. Minnich <rminnich@gmail.com>
Acked-by: Ronald G. Minnich <rminnich@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4536 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/Kconfig')
-rw-r--r-- | src/cpu/Kconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/cpu/Kconfig b/src/cpu/Kconfig index de2ceea557..516cac05c4 100644 --- a/src/cpu/Kconfig +++ b/src/cpu/Kconfig @@ -1,4 +1,4 @@ -#source src/cpu/amd/Kconfig +source src/cpu/amd/Kconfig source src/cpu/emulation/Kconfig source src/cpu/intel/Kconfig source src/cpu/via/Kconfig @@ -16,3 +16,7 @@ config DCACHE_RAM_SIZE config SMP bool default n + +config CPU_SOCKET_TYPE + hex + default 0 |