30e90807b62bfc06c89dac52ce8922ef3646442a
[coreboot.git] / src / cpu / amd / socket_F / Kconfig
1 config CPU_AMD_SOCKET_F
2         bool
3         default false
4
5 config CPU_SOCKET_TYPE
6         hex
7         default 0x10
8         depends on CPU_AMD_SOCKET_F
9
10 config K8_REV_F_SUPPORT
11         hex
12         default 1
13         depends on CPU_AMD_SOCKET_F
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_F
20
21 #DDR2 and REG
22 config DIMM_SUPPORT
23         hex
24         default 0x0104 
25         depends on CPU_AMD_SOCKET_F
26
27 config CPU_SOCKET_TYPE
28         hex
29         default 0x10
30         depends on CPU_AMD_SOCKET_F
31