summaryrefslogtreecommitdiff
path: root/src/cpu/amd/socket_AM2r2/Kconfig
blob: e9989ef4ee9622ea0f80bf19f3224b559eee4ab6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
config CPU_AMD_SOCKET_AM2R2
	bool
	select CPU_AMD_MODEL_10XXX
	select HT3_SUPPORT

config CPU_SOCKET_TYPE
	hex
	default 0x11
	depends on CPU_AMD_SOCKET_AM2R2

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