Add support for AMD Socket 940. Move common files to model_fxx.
[coreboot.git] / src / cpu / amd / socket_AM2 / Kconfig
1 config CPU_AMD_SOCKET_AM2
2         bool
3         default false
4
5 config CPU_SOCKET_TYPE
6         hex
7         default 0x11
8         depends on CPU_AMD_SOCKET_AM2
9
10 config K8_REV_F_SUPPORT
11         bool
12         default y
13         depends on CPU_AMD_SOCKET_AM2
14
15 # Opteron K8 1G HT support
16 config K8_HT_FREQ_1G_SUPPORT
17         hex
18         default 1
19         depends on CPU_AMD_SOCKET_AM2
20
21 # DDR2 and REG
22 config DIMM_SUPPORT
23         hex
24         default 0x0004
25         depends on CPU_AMD_SOCKET_AM2
26