aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/amd/socket_940/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/amd/socket_940/Kconfig')
-rw-r--r--src/cpu/amd/socket_940/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/cpu/amd/socket_940/Kconfig b/src/cpu/amd/socket_940/Kconfig
new file mode 100644
index 0000000000..d00f388287
--- /dev/null
+++ b/src/cpu/amd/socket_940/Kconfig
@@ -0,0 +1,14 @@
+config CPU_AMD_SOCKET_940
+ bool
+ default false
+
+config K8_REV_F_SUPPORT
+ bool
+ default n
+ depends on CPU_AMD_SOCKET_940
+
+#Opteron K8 1G HT Support
+config K8_HT_FREQ_1G_SUPPORT
+ hex
+ default 1
+ depends on CPU_AMD_SOCKET_940