From a1dfce1ce055b853c8499185d05e4aa7ba8e0614 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Fri, 29 May 2020 00:53:13 +0200 Subject: x4x boards: Factor out MAX_CPUS LGA775 CPUs can have at most 4 threads, and Eaglelake supports them. As this socket is also used by other chipsets, temporarily place this symbol into the northbridge scope until all chipsets are factored out. Change-Id: I6e01363d995e135815cc70779e0cd5baf806cf60 Signed-off-by: Angel Pons Reviewed-on: https://review.coreboot.org/c/coreboot/+/41841 Tested-by: build bot (Jenkins) Reviewed-by: Felix Held --- src/mainboard/asus/p5qc/Kconfig | 4 ---- src/mainboard/asus/p5ql-em/Kconfig | 4 ---- src/mainboard/asus/p5qpl-am/Kconfig | 4 ---- 3 files changed, 12 deletions(-) (limited to 'src/mainboard/asus') diff --git a/src/mainboard/asus/p5qc/Kconfig b/src/mainboard/asus/p5qc/Kconfig index b9feb45c80..41c11c0288 100644 --- a/src/mainboard/asus/p5qc/Kconfig +++ b/src/mainboard/asus/p5qc/Kconfig @@ -42,10 +42,6 @@ config GPIO_C default "variants/p5ql_pro/gpio.c" if BOARD_ASUS_P5QL_PRO default "gpio.c" -config MAX_CPUS - int - default 4 - # The MARVELL IDE controller delays SeaBIOS a lot and results in an unbootable # bogus disk. Compiling SeaBIOS without ATA support is a workaround. diff --git a/src/mainboard/asus/p5ql-em/Kconfig b/src/mainboard/asus/p5ql-em/Kconfig index 1aafb7ffb2..12dc0d9761 100644 --- a/src/mainboard/asus/p5ql-em/Kconfig +++ b/src/mainboard/asus/p5ql-em/Kconfig @@ -26,8 +26,4 @@ config MAINBOARD_PART_NUMBER string default "P5QL-EM" -config MAX_CPUS - int - default 4 - endif # BOARD_ASUS_P5QL_EM diff --git a/src/mainboard/asus/p5qpl-am/Kconfig b/src/mainboard/asus/p5qpl-am/Kconfig index 4c4381abe0..07ba8def29 100644 --- a/src/mainboard/asus/p5qpl-am/Kconfig +++ b/src/mainboard/asus/p5qpl-am/Kconfig @@ -37,10 +37,6 @@ config OVERRIDE_DEVICETREE string default "variants/$(CONFIG_VARIANT_DIR)/overridetree.cb" -config MAX_CPUS - int - default 4 - # Override the default variant behavior, since the data.vbt is the same config INTEL_GMA_VBT_FILE default "src/mainboard/$(MAINBOARDDIR)/data.vbt" -- cgit v1.2.3