From d81744ea86b8f73bc404841e51aa1cf8d45ee9fb Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Mon, 25 Jun 2012 14:12:58 -0700 Subject: Make MAX_PHYSICAL_CPUS invisible on non-AMD boards It's only used on AMD based boards. Hence drop it, so we don't accidently start using it by mistake instead of MAX_CPUS Change-Id: Id8f522f24283129874d56e70bd00df92abe9c3cf Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/1325 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/cpu/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/cpu/Kconfig b/src/cpu/Kconfig index 85e83d428e..d34b1abe30 100644 --- a/src/cpu/Kconfig +++ b/src/cpu/Kconfig @@ -23,6 +23,7 @@ config DCACHE_RAM_GLOBAL_VAR_SIZE # 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 -- cgit v1.2.3