aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd/socket_F/Kconfig
blob: 30e90807b62bfc06c89dac52ce8922ef3646442a (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
26
27
28
29
30
31
config CPU_AMD_SOCKET_F
	bool
	default false

config CPU_SOCKET_TYPE
	hex
	default 0x10
	depends on CPU_AMD_SOCKET_F

config K8_REV_F_SUPPORT
	hex
	default 1
	depends on CPU_AMD_SOCKET_F

#Opteron K8 1G HT Support
config K8_HT_FREQ_1G_SUPPORT
	hex
	default 1
	depends on CPU_AMD_SOCKET_F

#DDR2 and REG
config DIMM_SUPPORT
	hex
	default 0x0104 
	depends on CPU_AMD_SOCKET_F

config CPU_SOCKET_TYPE
	hex
	default 0x10
	depends on CPU_AMD_SOCKET_F