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/asus | |
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/asus')
-rw-r--r-- | src/mainboard/asus/h61m-cs/Kconfig | 4 | ||||
-rw-r--r-- | src/mainboard/asus/maximus_iv_gene-z/Kconfig | 4 | ||||
-rw-r--r-- | src/mainboard/asus/p8h61-m_lx/Kconfig | 4 | ||||
-rw-r--r-- | src/mainboard/asus/p8h61-m_lx3_r2_0/Kconfig | 4 | ||||
-rw-r--r-- | src/mainboard/asus/p8h61-m_pro/Kconfig | 4 | ||||
-rw-r--r-- | src/mainboard/asus/p8z77-m_pro/Kconfig | 4 | ||||
-rw-r--r-- | src/mainboard/asus/p8z77-v_lx2/Kconfig | 4 |
7 files changed, 0 insertions, 28 deletions
diff --git a/src/mainboard/asus/h61m-cs/Kconfig b/src/mainboard/asus/h61m-cs/Kconfig index 6040208f27..56c0528039 100644 --- a/src/mainboard/asus/h61m-cs/Kconfig +++ b/src/mainboard/asus/h61m-cs/Kconfig @@ -24,8 +24,4 @@ config MAINBOARD_DIR config MAINBOARD_PART_NUMBER string default "H61M-CS" - -config MAX_CPUS - int - default 8 endif diff --git a/src/mainboard/asus/maximus_iv_gene-z/Kconfig b/src/mainboard/asus/maximus_iv_gene-z/Kconfig index 34877ff594..81d5b973a9 100644 --- a/src/mainboard/asus/maximus_iv_gene-z/Kconfig +++ b/src/mainboard/asus/maximus_iv_gene-z/Kconfig @@ -32,10 +32,6 @@ config VGA_BIOS_ID string default "8086,0112" -config MAX_CPUS - int - default 8 - config USBDEBUG_HCD_INDEX int default 1 diff --git a/src/mainboard/asus/p8h61-m_lx/Kconfig b/src/mainboard/asus/p8h61-m_lx/Kconfig index a1d79066db..069800ade8 100644 --- a/src/mainboard/asus/p8h61-m_lx/Kconfig +++ b/src/mainboard/asus/p8h61-m_lx/Kconfig @@ -29,10 +29,6 @@ config MAINBOARD_PART_NUMBER string default "P8H61-M LX" -config MAX_CPUS - int - default 8 - # # These ME partitions need to be whitelisted for correct system # operation. Example issues from removing them include: no serial output diff --git a/src/mainboard/asus/p8h61-m_lx3_r2_0/Kconfig b/src/mainboard/asus/p8h61-m_lx3_r2_0/Kconfig index b3a6af986e..265d0cb197 100644 --- a/src/mainboard/asus/p8h61-m_lx3_r2_0/Kconfig +++ b/src/mainboard/asus/p8h61-m_lx3_r2_0/Kconfig @@ -26,8 +26,4 @@ config MAINBOARD_PART_NUMBER string default "P8H61-M LX3 R2.0" -config MAX_CPUS - int - default 8 - endif diff --git a/src/mainboard/asus/p8h61-m_pro/Kconfig b/src/mainboard/asus/p8h61-m_pro/Kconfig index 05bb00d5ff..a619c178dc 100644 --- a/src/mainboard/asus/p8h61-m_pro/Kconfig +++ b/src/mainboard/asus/p8h61-m_pro/Kconfig @@ -37,8 +37,4 @@ config VGA_BIOS_ID string default "8086,0152" -config MAX_CPUS - int - default 8 - endif # BOARD_ASUS_P8H61_M_PRO diff --git a/src/mainboard/asus/p8z77-m_pro/Kconfig b/src/mainboard/asus/p8z77-m_pro/Kconfig index 5973e3a21b..19a1fe1e5e 100644 --- a/src/mainboard/asus/p8z77-m_pro/Kconfig +++ b/src/mainboard/asus/p8z77-m_pro/Kconfig @@ -28,8 +28,4 @@ config MAINBOARD_PART_NUMBER string default "P8Z77-M PRO" -config MAX_CPUS - int - default 8 - endif # BOARD_ASUS_P8Z77_M_PRO diff --git a/src/mainboard/asus/p8z77-v_lx2/Kconfig b/src/mainboard/asus/p8z77-v_lx2/Kconfig index e49f118641..4e96c59a12 100644 --- a/src/mainboard/asus/p8z77-v_lx2/Kconfig +++ b/src/mainboard/asus/p8z77-v_lx2/Kconfig @@ -24,8 +24,4 @@ config MAINBOARD_PART_NUMBER string default "P8Z77-V LX2" -config MAX_CPUS - int - default 8 - endif |