From ff93c93fefbe19e0f149c70eac816a69ec011ac6 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Fri, 22 Jul 2022 09:45:45 -0600 Subject: soc/intel/cannonlake: Set MAX_CPUS based on the SoC and PCH Set the default value for MAX_CPUS in the SoC config and drop it from the mainboards where it is set to those values. Change-Id: Ib56fdcfe770ef736a2c5e183481d9f9966570e6d Signed-off-by: Felix Singer Signed-off-by: Tim Crawford Reviewed-on: https://review.coreboot.org/c/coreboot/+/52607 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- src/mainboard/system76/gaze15/Kconfig | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/mainboard/system76/gaze15/Kconfig') diff --git a/src/mainboard/system76/gaze15/Kconfig b/src/mainboard/system76/gaze15/Kconfig index 2a531684ff..3627cb110b 100644 --- a/src/mainboard/system76/gaze15/Kconfig +++ b/src/mainboard/system76/gaze15/Kconfig @@ -58,9 +58,6 @@ config ONBOARD_VGA_IS_PRIMARY config UART_FOR_CONSOLE default 2 -config MAX_CPUS - default 16 - config DIMM_MAX default 2 -- cgit v1.2.3