blob: 3d23f0c3dbc1dfdb181678a5f501058f6f299bb2 [file] [log] [blame]
Ronald G. Minnich5f6572e2009-08-12 15:39:38 +00001source src/cpu/amd/Kconfig
Patrick Georgi0588d192009-08-12 15:00:51 +00002source src/cpu/emulation/Kconfig
3source src/cpu/intel/Kconfig
4source src/cpu/via/Kconfig
5source src/cpu/x86/Kconfig
6source src/cpu/ppc/Kconfig
7
Patrick Georgi39ec29c2009-08-27 12:10:50 +00008config USE_DCACHE_RAM
9 bool
10 default n
11
Patrick Georgi0588d192009-08-12 15:00:51 +000012config DCACHE_RAM_BASE
13 hex
14 default 0xffdf8000 if CPU_INTEL_CORE
15
16config DCACHE_RAM_SIZE
17 hex
18 default 0x8000 if CPU_INTEL_CORE
19
Patrick Georgi88f55b22009-09-25 18:43:02 +000020config DCACHE_RAM_GLOBAL_VAR_SIZE
21 hex
22 default 0
23
Patrick Georgi0588d192009-08-12 15:00:51 +000024config SMP
25 bool
Myles Watson45bb25f2009-09-22 18:49:08 +000026 default y if MAX_CPUS != 1
Patrick Georgi892b0912009-09-24 09:03:06 +000027 default n
Ronald G. Minnich5f6572e2009-08-12 15:39:38 +000028
29config CPU_SOCKET_TYPE
30 hex
31 default 0