src/Kconfig: Remove HT-specific options.
[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         bool
12         default y
13         depends on CPU_AMD_SOCKET_F
14
15 # Opteron K8 1G HT support
16 config K8_HT_FREQ_1G_SUPPORT
17         bool
18         default y
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