diff options
Diffstat (limited to 'src/cpu/Kconfig')
-rw-r--r-- | src/cpu/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/cpu/Kconfig b/src/cpu/Kconfig index e70f021217..3d23f0c3db 100644 --- a/src/cpu/Kconfig +++ b/src/cpu/Kconfig @@ -17,6 +17,10 @@ config DCACHE_RAM_SIZE hex default 0x8000 if CPU_INTEL_CORE +config DCACHE_RAM_GLOBAL_VAR_SIZE + hex + default 0 + config SMP bool default y if MAX_CPUS != 1 |