aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd/socket_S1G1/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/amd/socket_S1G1/Kconfig')
-rw-r--r--src/cpu/amd/socket_S1G1/Kconfig25
1 files changed, 25 insertions, 0 deletions
diff --git a/src/cpu/amd/socket_S1G1/Kconfig b/src/cpu/amd/socket_S1G1/Kconfig
new file mode 100644
index 0000000000..905b407deb
--- /dev/null
+++ b/src/cpu/amd/socket_S1G1/Kconfig
@@ -0,0 +1,25 @@
+config CPU_AMD_SOCKET_S1G1
+ bool
+ default false
+
+config K8_REV_F_SUPPORT
+ int
+ default 1
+ depends on CPU_AMD_SOCKET_S1G1
+
+config CPU_SOCKET_TYPE
+ hex
+ default 0x12
+ depends on CPU_AMD_SOCKET_S1G1
+
+config K8_HT_FREQ_1G_SUPPORT
+ hex
+ default 1
+ depends on CPU_AMD_SOCKET_S1G1
+
+#DDR2 and REG, S1G1
+config DIMM_SUPPORT
+ hex
+ default 0x0204
+ depends on CPU_AMD_SOCKET_S1G1
+