summaryrefslogtreecommitdiffstats
path: root/src/cpu/intel/slot_2/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/intel/slot_2/Kconfig')
-rw-r--r--src/cpu/intel/slot_2/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/cpu/intel/slot_2/Kconfig b/src/cpu/intel/slot_2/Kconfig
index 203c0fc31cdf..e87adb624726 100644
--- a/src/cpu/intel/slot_2/Kconfig
+++ b/src/cpu/intel/slot_2/Kconfig
@@ -21,3 +21,13 @@
config CPU_INTEL_SLOT_2
bool
+config DCACHE_RAM_BASE
+ hex
+ default 0xc0000
+ depends on CPU_INTEL_SLOT_2
+
+config DCACHE_RAM_SIZE
+ hex
+ default 0x01000
+ depends on CPU_INTEL_SLOT2
+