diff options
Diffstat (limited to 'src/cpu/Kconfig')
-rw-r--r-- | src/cpu/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/cpu/Kconfig b/src/cpu/Kconfig index f3883d3e94..bf5ce8e793 100644 --- a/src/cpu/Kconfig +++ b/src/cpu/Kconfig @@ -29,13 +29,6 @@ config DCACHE_RAM_BASE config DCACHE_RAM_SIZE hex -# FIXME MAX_PHYSICAL_CPUS should move to AMD specific code, or better -# yet be dropped completely. -config MAX_PHYSICAL_CPUS - int - depends on CPU_AMD_MODEL_10XXX || CPU_AMD_MODEL_FXX || CPU_AMD_AGESA - default 1 - config SMP bool default y if MAX_CPUS != 1 |