Fix Kconfig build for K8 boards.
[coreboot.git] / src / cpu / amd / socket_AM2 / Kconfig
1 config CPU_AMD_SOCKET_AM2
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         select CPU_AMD_MODEL_FXX
8
9 config CPU_SOCKET_TYPE
10         hex
11         default 0x11
12         depends on CPU_AMD_SOCKET_AM2
13
14 # DDR2 and REG
15 config DIMM_SUPPORT
16         hex
17         default 0x0004
18         depends on CPU_AMD_SOCKET_AM2
19