source src/cpu/amd/Kconfig source src/cpu/emulation/Kconfig source src/cpu/intel/Kconfig source src/cpu/via/Kconfig source src/cpu/x86/Kconfig source src/cpu/ppc/Kconfig config USE_DCACHE_RAM bool default n config DCACHE_RAM_BASE hex default 0xffdf8000 if CPU_INTEL_CORE config DCACHE_RAM_SIZE hex default 0x8000 if CPU_INTEL_CORE config DCACHE_RAM_GLOBAL_VAR_SIZE hex default 0 config SMP bool default y if MAX_CPUS != 1 default n config MMX bool default n help Set this in socket or model if the CPU has MMX. If the CPUs for the socket always have MMX, set it there. config SSE bool default n help Set this in socket or model if the CPU has SSE. If the CPUs for the socket always have MX, set it there.