Define some variables that were not defined. There are a couple left.
[coreboot.git] / src / cpu / amd / socket_AM2r2 / Kconfig
1 config CPU_AMD_SOCKET_AM2R2
2         bool
3         select CPU_AMD_MODEL_10XXX
4         select HT3_SUPPORT
5
6 config CPU_SOCKET_TYPE
7         hex
8         default 0x11
9         depends on CPU_AMD_SOCKET_AM2R2
10
11 # DDR2 and REG
12 config DIMM_SUPPORT
13         hex
14         default 0x0104
15         depends on CPU_AMD_SOCKET_AM2R2
16