soc/intel/broadwell: Move MAX_CPUS from mb to SoC

All Broadwell boards use 8 for MAX_CPUS, so this option can be factored
out into SoC Kconfig.

Change-Id: I311b95ea75a7c6b76b32c7197a0cec86db644234
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/49122
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Felix Singer
2021-01-05 19:49:48 +01:00
committed by Michael Niewöhner
parent 9a6a18e33b
commit 9990a17200
5 changed files with 4 additions and 17 deletions

View File

@@ -39,6 +39,10 @@ config CPU_SPECIFIC_OPTIONS
select HAVE_POWER_STATE_AFTER_FAILURE
select HAVE_POWER_STATE_PREVIOUS_AFTER_FAILURE
config MAX_CPUS
int
default 8
config PCIEXP_ASPM
bool
default y