This patch moves one of the CAR configs to the socket from the single
[coreboot.git] / src / cpu / intel / socket_441 / Kconfig
index 76cbb1fe904de878b4bd025674e757bb21a4bfa6..1306656fb37ea367969157ca98c012db5f18b0e4 100644 (file)
@@ -1,5 +1,21 @@
 config CPU_INTEL_SOCKET_441
        bool
+
+if CPU_INTEL_SOCKET_441
+
+config SOCKET_SPECIFIC_OPTIONS # dummy
+       def_bool y
        select CPU_INTEL_MODEL_106CX
        select MMX
        select SSE
+       select CACHE_AS_RAM
+
+config DCACHE_RAM_BASE
+       hex
+       default 0xffdf8000
+
+config DCACHE_RAM_SIZE
+       hex
+       default 0x8000
+
+endif # CPU_INTEL_SOCKET_441