x4x boards: Factor out MAX_CPUS
commita1dfce1ce055b853c8499185d05e4aa7ba8e0614
authorAngel Pons <th3fanbus@gmail.com>
Thu, 28 May 2020 22:53:13 +0000 (29 00:53 +0200)
committerFelix Held <felix-coreboot@felixheld.de>
Mon, 15 Jun 2020 22:50:39 +0000 (15 22:50 +0000)
tree2156e88d3ed3037e5b531fe1506655bdc3d61bc8
parente5a7a1f31428c8eaad6c71a01c86645cf435a0fe
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 <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41841
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
src/mainboard/asrock/g41c-gs/Kconfig
src/mainboard/asus/p5qc/Kconfig
src/mainboard/asus/p5ql-em/Kconfig
src/mainboard/asus/p5qpl-am/Kconfig
src/mainboard/foxconn/g41s-k/Kconfig
src/mainboard/gigabyte/ga-g41m-es2l/Kconfig
src/mainboard/intel/dg41wv/Kconfig
src/mainboard/intel/dg43gt/Kconfig
src/mainboard/lenovo/thinkcentre_a58/Kconfig
src/northbridge/intel/x4x/Kconfig