539171c6b1f43287f35308dba6630347412b1c49
[coreboot.git] / src / cpu / amd / model_fxx / Kconfig
1 config CPU_AMD_MODEL_FXX
2         bool
3         select USE_PRINTK_IN_CAR
4         select USE_DCACHE_RAM
5         select MMX
6         select SSE
7         select SSE2
8
9 config CPU_ADDR_BITS
10         int
11         default 40
12         depends on CPU_AMD_MODEL_FXX
13
14 config DCACHE_RAM_BASE
15         hex
16         default 0xc8000
17         depends on CPU_AMD_MODEL_FXX
18
19 config DCACHE_RAM_SIZE
20         hex
21         default 0x08000
22         depends on CPU_AMD_MODEL_FXX
23
24 config DCACHE_RAM_GLOBAL_VAR_SIZE
25         hex
26         default 0x01000
27         depends on CPU_AMD_MODEL_FXX
28
29
30 config UDELAY_IO
31         bool
32         default n
33         depends on CPU_AMD_MODEL_FXX