aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd/socket_S1G1/Kconfig
blob: 905b407deb13c790547f296f37d7b90a11fe9210 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
config CPU_AMD_SOCKET_S1G1
        bool
	default false

config K8_REV_F_SUPPORT
	int
	default 1
	depends on CPU_AMD_SOCKET_S1G1

config CPU_SOCKET_TYPE
	hex
	default 0x12
	depends on CPU_AMD_SOCKET_S1G1

config K8_HT_FREQ_1G_SUPPORT
	hex
	default 1
	depends on CPU_AMD_SOCKET_S1G1

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