aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd/socket_AM2/Kconfig
blob: 6b61131fa243d0f0864867e004968064bdccd1e1 (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
config CPU_AMD_SOCKET_AM2
	bool
	default false

config CPU_SOCKET_TYPE
	hex
	default 0x11
	depends on CPU_AMD_SOCKET_AM2

config K8_REV_F_SUPPORT
	hex
	default 1
	depends on CPU_AMD_SOCKET_AM2

# Opteron K8 1G HT support
config K8_HT_FREQ_1G_SUPPORT
	hex
	default 1
	depends on CPU_AMD_SOCKET_AM2

# DDR2 and REG
config DIMM_SUPPORT
	hex
	default 0x0004
	depends on CPU_AMD_SOCKET_AM2