Support variables for MMX and SSE. These would be used in
[coreboot.git] / src / cpu / Kconfig
1 source src/cpu/amd/Kconfig
2 source src/cpu/emulation/Kconfig
3 source src/cpu/intel/Kconfig
4 source src/cpu/via/Kconfig
5 source src/cpu/x86/Kconfig
6 source src/cpu/ppc/Kconfig
7
8 config USE_DCACHE_RAM
9         bool
10         default n
11
12 config DCACHE_RAM_BASE
13         hex
14         default 0xffdf8000 if CPU_INTEL_CORE
15
16 config DCACHE_RAM_SIZE
17         hex
18         default 0x8000 if CPU_INTEL_CORE
19
20 config DCACHE_RAM_GLOBAL_VAR_SIZE
21         hex
22         default 0
23
24 config SMP
25         bool
26         default y if MAX_CPUS != 1
27         default n
28
29 config  MMX
30         bool
31         default n
32         help
33                 Set this in socket or model if the CPU has MMX. 
34                 If the CPUs for the socket always have MMX, set it there. 
35
36 config SSE
37         bool
38         default n
39         help
40                 Set this in socket or model if the CPU has SSE. 
41                 If the CPUs for the socket always have MX, set it there.