Don't mix int and boolean for kconfig variables. It might work, it might not.
[coreboot.git] / src / cpu / amd / socket_S1G1 / Kconfig
1 config CPU_AMD_SOCKET_S1G1
2         bool
3         default false
4
5 config K8_REV_F_SUPPORT
6         bool
7         default true
8         depends on CPU_AMD_SOCKET_S1G1
9
10 config CPU_SOCKET_TYPE
11         hex
12         default 0x12
13         depends on CPU_AMD_SOCKET_S1G1
14
15 config K8_HT_FREQ_1G_SUPPORT
16         hex
17         default 1
18         depends on CPU_AMD_SOCKET_S1G1
19
20 #DDR2 and REG, S1G1
21 config DIMM_SUPPORT
22         hex
23         default 0x0204
24         depends on CPU_AMD_SOCKET_S1G1
25