Move CAR settings to board config for socket 940 boards.
[coreboot.git] / src / cpu / amd / socket_940 / Kconfig
1 config CPU_AMD_SOCKET_940
2         bool
3
4 if CPU_AMD_SOCKET_940
5
6 config SOCKET_SPECIFIC_OPTIONS
7         def_bool y
8         select K8_HT_FREQ_1G_SUPPORT
9         select CPU_AMD_MODEL_FXX
10         select CACHE_AS_RAM
11
12 config CPU_SOCKET_TYPE
13         hex
14         default 0x0
15
16 config DIMM_SUPPORT
17         hex
18         default 0x108
19
20 config CPU_ADDR_BITS
21         int
22         default 40
23
24 config DCACHE_RAM_BASE
25         hex
26         default 0xc8000
27
28 config DCACHE_RAM_SIZE
29         hex
30         default 0x08000
31
32 config DCACHE_RAM_GLOBAL_VAR_SIZE
33         hex
34         default 0x01000
35
36 endif # CPU_AMD_SOCKET_940