Remove default n statements to simplify .config and ldoptions files.
[coreboot.git] / src / cpu / amd / socket_F / Kconfig
1 config CPU_AMD_SOCKET_F
2         bool
3         select K8_REV_F_SUPPORT
4         select K8_HT_FREQ_1G_SUPPORT
5         select CPU_AMD_MODEL_FXX
6
7 config CPU_SOCKET_TYPE
8         hex
9         default 0x10
10         depends on CPU_AMD_SOCKET_F
11
12 # DDR2 and REG
13 config DIMM_SUPPORT
14         hex
15         default 0x0104
16         depends on CPU_AMD_SOCKET_F
17