summaryrefslogtreecommitdiff
path: root/src/cpu/amd/socket_S1G1/Kconfig
blob: 0e81cf5c9576606185c336008c2d3da083e4d5eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
config CPU_AMD_SOCKET_S1G1
        bool
	default n
	select K8_REV_F_SUPPORT
	select K8_HT_FREQ_1G_SUPPORT

config CPU_SOCKET_TYPE
	hex
	default 0x12
	depends on CPU_AMD_SOCKET_S1G1

#DDR2 and REG, S1G1
config DIMM_SUPPORT
	hex
	default 0x0204
	depends on CPU_AMD_SOCKET_S1G1