summaryrefslogtreecommitdiffstats
path: root/src/cpu/amd/model_lx/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/amd/model_lx/Kconfig')
-rw-r--r--src/cpu/amd/model_lx/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/cpu/amd/model_lx/Kconfig b/src/cpu/amd/model_lx/Kconfig
index 2d32e00f772e..4bcf31bc5785 100644
--- a/src/cpu/amd/model_lx/Kconfig
+++ b/src/cpu/amd/model_lx/Kconfig
@@ -1,3 +1,13 @@
config CPU_AMD_LX
bool
+config DCACHE_RAM_BASE
+ hex
+ default 0xc8000
+ depends on CPU_AMD_LX
+
+config DCACHE_RAM_SIZE
+ hex
+ default 0x8000
+ depends on CPU_AMD_LX
+