From d2f52ff05337717ae15725b035bd7b4393f3d379 Mon Sep 17 00:00:00 2001 From: Andy Pont Date: Tue, 8 Jun 2021 10:30:35 +0100 Subject: soc/intel/tigerlake: Move MAX_CPUS to Kconfig Most of the Kconfig files for Intel SOC devices define the MAX_CPUS value within src/soc/intel/*/Kconfig. Move the definition there for Tiger Lake and remove from the mainboard Kconfig files. Signed-off-by: Andy Pont Change-Id: If145b9eb5d99821f4ce513118e4417d05f821ef5 Reviewed-on: https://review.coreboot.org/c/coreboot/+/55307 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons Reviewed-by: Furquan Shaikh --- src/mainboard/google/volteer/Kconfig | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mainboard/google/volteer/Kconfig') diff --git a/src/mainboard/google/volteer/Kconfig b/src/mainboard/google/volteer/Kconfig index 3112672119..74ff92d9f5 100644 --- a/src/mainboard/google/volteer/Kconfig +++ b/src/mainboard/google/volteer/Kconfig @@ -110,10 +110,6 @@ config MAINBOARD_PART_NUMBER default "Volet" if BOARD_GOOGLE_VOLET default "Chronicler" if BOARD_GOOGLE_CHRONICLER -config MAX_CPUS - int - default 8 - config PCIEXP_HOTPLUG default y -- cgit v1.2.3