aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/socket_p/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/intel/socket_p/Kconfig')
-rw-r--r--src/cpu/intel/socket_p/Kconfig18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/cpu/intel/socket_p/Kconfig b/src/cpu/intel/socket_p/Kconfig
new file mode 100644
index 0000000000..0ec9ced5d0
--- /dev/null
+++ b/src/cpu/intel/socket_p/Kconfig
@@ -0,0 +1,18 @@
+config CPU_INTEL_SOCKET_P
+ bool
+ select CPU_INTEL_MODEL_1067X
+ select CPU_INTEL_MODEL_6FX
+ select MMX
+ select SSE
+
+if CPU_INTEL_SOCKET_P
+
+config DCACHE_RAM_BASE
+ hex
+ default 0xfefc0000
+
+config DCACHE_RAM_SIZE
+ hex
+ default 0x8000
+
+endif