We call this cache as ram everywhere, so let's call it the same in Kconfig
[coreboot.git] / src / cpu / amd / model_10xxx / Kconfig
1 config CPU_AMD_MODEL_10XXX
2         bool
3         select CACHE_AS_RAM
4         select SSE
5         select SSE2
6
7 config CPU_ADDR_BITS
8         int
9         default 48
10         depends on CPU_AMD_MODEL_10XXX
11
12 config DCACHE_RAM_BASE
13         hex
14         default 0xc4000
15         depends on CPU_AMD_MODEL_10XXX
16
17 config DCACHE_RAM_SIZE
18         hex
19         default 0x0c000
20         depends on CPU_AMD_MODEL_10XXX
21
22 config DCACHE_RAM_GLOBAL_VAR_SIZE
23         hex
24         default 0x04000
25         depends on CPU_AMD_MODEL_10XXX
26
27 config UDELAY_IO
28         bool
29         default n
30         depends on CPU_AMD_MODEL_10XXX