More consistent use of "default n" and "select XYZ" in
[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
7 config CPU_SOCKET_TYPE
8         hex
9         default 0x12
10         depends on CPU_AMD_SOCKET_S1G1
11
12 #DDR2 and REG, S1G1
13 config DIMM_SUPPORT
14         hex
15         default 0x0204
16         depends on CPU_AMD_SOCKET_S1G1
17