Signed-off-by: Myles Watson <mylesgw@gmail.com> Acked-by: Myles Watson <mylesgw@gmail.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4644 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
27 lines
388 B
Plaintext
27 lines
388 B
Plaintext
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
|
|
bool
|
|
default y
|
|
depends on CPU_AMD_SOCKET_AM2
|
|
|
|
# Opteron K8 1G HT support
|
|
config K8_HT_FREQ_1G_SUPPORT
|
|
bool
|
|
default y
|
|
depends on CPU_AMD_SOCKET_AM2
|
|
|
|
# DDR2 and REG
|
|
config DIMM_SUPPORT
|
|
hex
|
|
default 0x0004
|
|
depends on CPU_AMD_SOCKET_AM2
|
|
|