From 2c41c4027f50673826a6c0ec2f1b066e748f5c6d Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Tue, 1 May 2012 11:13:52 -0700 Subject: Drop CONFIG_MAX_PHYSICAL_CPUS on non-AMD boards CONFIG_MAX_PHYSICAL_CPUS is defined by quite a number of mainboards whithout any code actually using the variable. Hence, drop MAX_PHYSICAL_CPUS from Kconfig for those boards. In the long run we should drop CONFIG_MAX_PHYSICAL_CPUS use completely and make the code dynamic or depend on CONFIG_MAX_CPUS instead. Change-Id: I37dcc74d245ddba5186b96bd82220dacb6f4d323 Signed-off-by: Stefan Reinauer Reviewed-on: http://review.coreboot.org/984 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi --- src/mainboard/lenovo/t60/Kconfig | 4 ---- src/mainboard/lenovo/x60/Kconfig | 4 ---- 2 files changed, 8 deletions(-) (limited to 'src/mainboard/lenovo') diff --git a/src/mainboard/lenovo/t60/Kconfig b/src/mainboard/lenovo/t60/Kconfig index 8bb2d2d791..062a459523 100644 --- a/src/mainboard/lenovo/t60/Kconfig +++ b/src/mainboard/lenovo/t60/Kconfig @@ -52,8 +52,4 @@ config MAX_CPUS int default 2 -config MAX_PHYSICAL_CPUS - int - default 1 - endif diff --git a/src/mainboard/lenovo/x60/Kconfig b/src/mainboard/lenovo/x60/Kconfig index 3fdfe2f892..d35ab0357a 100644 --- a/src/mainboard/lenovo/x60/Kconfig +++ b/src/mainboard/lenovo/x60/Kconfig @@ -53,8 +53,4 @@ config MAX_CPUS int default 2 -config MAX_PHYSICAL_CPUS - int - default 1 - endif -- cgit v1.2.3