c0aad0f1678ab25297b763f48d16ca49865aae86
[coreboot.git] / src / cpu / amd / socket_F / Kconfig
1 config CPU_AMD_SOCKET_F
2         bool
3         default n
4         select K8_REV_F_SUPPORT
5         # Opteron K8 1G HT support
6         select K8_HT_FREQ_1G_SUPPORT
7
8 config CPU_SOCKET_TYPE
9         hex
10         default 0x10
11         depends on CPU_AMD_SOCKET_F
12
13 # DDR2 and REG
14 config DIMM_SUPPORT
15         hex
16         default 0x0104
17         depends on CPU_AMD_SOCKET_F
18