diff options
Diffstat (limited to 'src/cpu/amd/socket_F')
-rw-r--r-- | src/cpu/amd/socket_F/Kconfig | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/cpu/amd/socket_F/Kconfig b/src/cpu/amd/socket_F/Kconfig index b63b596321..c933400398 100644 --- a/src/cpu/amd/socket_F/Kconfig +++ b/src/cpu/amd/socket_F/Kconfig @@ -1,3 +1,32 @@ config CPU_AMD_SOCKET_F bool default false + +config CPU_SOCKET_TYPE + hex + default 0x10 + depends on CPU_AMD_SOCKET_F + +config K8_REV_F_SUPPORT + hex + default 1 + depends on CPU_AMD_SOCKET_F + +#Opteron K8 1G HT Support +config K8_HT_FREQ_1G_SUPPORT + hex + default 1 + depends on CPU_AMD_SOCKET_F + +#DDR2 and REG +config DIMM_SUPPORT + hex + default 0x0104 + depends on CPU_AMD_SOCKET_F + +config CPU_SOCKET_TYPE + hex + default 0x10 + depends on CPU_AMD_SOCKET_F + +source src/cpu/amd/model_fxx/Kconfig |