diff options
author | Angel Pons <th3fanbus@gmail.com> | 2020-05-29 00:42:15 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2020-06-15 22:49:23 +0000 |
commit | d71754d1b9ba5bb347a9acf10c9233b405f0121d (patch) | |
tree | 0ce25335903946e7405071d21d5731c39842fbcf /src/mainboard/hp | |
parent | a202aec5fdba27f1f8ec00f9b39007f7600acbb6 (diff) |
sandybridge boards: Factor out MAX_CPUS
Also update autoport accordingly.
Change-Id: I12481363cf0e7afc54e2e339504f70632e8d72e2
Signed-off-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/41839
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/hp')
-rw-r--r-- | src/mainboard/hp/compaq_8200_elite_sff/Kconfig | 4 | ||||
-rw-r--r-- | src/mainboard/hp/snb_ivb_laptops/Kconfig | 4 | ||||
-rw-r--r-- | src/mainboard/hp/z220_sff_workstation/Kconfig | 4 |
3 files changed, 0 insertions, 12 deletions
diff --git a/src/mainboard/hp/compaq_8200_elite_sff/Kconfig b/src/mainboard/hp/compaq_8200_elite_sff/Kconfig index 6734d5bf2a..1564bb661d 100644 --- a/src/mainboard/hp/compaq_8200_elite_sff/Kconfig +++ b/src/mainboard/hp/compaq_8200_elite_sff/Kconfig @@ -42,10 +42,6 @@ config DRAM_RESET_GATE_GPIO int default 60 -config MAX_CPUS - int - default 8 - config USBDEBUG_HCD_INDEX int default 2 diff --git a/src/mainboard/hp/snb_ivb_laptops/Kconfig b/src/mainboard/hp/snb_ivb_laptops/Kconfig index c4cd3a4b59..ee612357c2 100644 --- a/src/mainboard/hp/snb_ivb_laptops/Kconfig +++ b/src/mainboard/hp/snb_ivb_laptops/Kconfig @@ -52,10 +52,6 @@ config VGA_BIOS_ID default "8086,0116" if SOUTHBRIDGE_INTEL_BD82X6X default "8086,0166" if SOUTHBRIDGE_INTEL_C216 -config MAX_CPUS - int - default 8 - config USBDEBUG_HCD_INDEX int default 2 if BOARD_HP_2570P diff --git a/src/mainboard/hp/z220_sff_workstation/Kconfig b/src/mainboard/hp/z220_sff_workstation/Kconfig index 82a956263c..b1cf89cea7 100644 --- a/src/mainboard/hp/z220_sff_workstation/Kconfig +++ b/src/mainboard/hp/z220_sff_workstation/Kconfig @@ -54,10 +54,6 @@ config DRAM_RESET_GATE_GPIO int default 60 -config MAX_CPUS - int - default 8 - config USBDEBUG_HCD_INDEX int default 2 |