summaryrefslogtreecommitdiff
path: root/src/cpu/amd/socket_AM2/Kconfig
blob: 7da5a4d210db6ea45b5ef1d1caec854dcc97f45b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
config CPU_AMD_SOCKET_AM2
	bool
	select K8_REV_F_SUPPORT
	# Opteron K8 1G HT support
	select K8_HT_FREQ_1G_SUPPORT
	select CPU_AMD_MODEL_FXX
	select X86_AMD_FIXED_MTRRS

config CPU_SOCKET_TYPE
	hex
	default 0x11
	depends on CPU_AMD_SOCKET_AM2