Fix Kconfig build for K8 boards.
[coreboot.git] / src / cpu / amd / socket_S1G1 / Kconfig
1 config CPU_AMD_SOCKET_S1G1
2         bool
3         default n
4         select K8_REV_F_SUPPORT
5         select K8_HT_FREQ_1G_SUPPORT
6         select CPU_AMD_MODEL_FXX
7
8 config CPU_SOCKET_TYPE
9         hex
10         default 0x12
11         depends on CPU_AMD_SOCKET_S1G1
12
13 #DDR2 and REG, S1G1
14 config DIMM_SUPPORT
15         hex
16         default 0x0204
17         depends on CPU_AMD_SOCKET_S1G1
18