diff options
author | Felix Singer <felixsinger@posteo.net> | 2022-07-22 09:45:45 -0600 |
---|---|---|
committer | Martin Roth <martin.roth@amd.corp-partner.google.com> | 2022-07-23 19:48:56 +0000 |
commit | ff93c93fefbe19e0f149c70eac816a69ec011ac6 (patch) | |
tree | fa8803ae8aace26c3ba9b33489804716f4af7d1f /src/mainboard/system76/lemp9/Kconfig | |
parent | 4cd1711cc1ea00e9bd5084fcb41a37f5c56c3c51 (diff) |
soc/intel/cannonlake: Set MAX_CPUS based on the SoC and PCH
Set the default value for MAX_CPUS in the SoC config and drop it from
the mainboards where it is set to those values.
Change-Id: Ib56fdcfe770ef736a2c5e183481d9f9966570e6d
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Signed-off-by: Tim Crawford <tcrawford@system76.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/52607
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/system76/lemp9/Kconfig')
-rw-r--r-- | src/mainboard/system76/lemp9/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainboard/system76/lemp9/Kconfig b/src/mainboard/system76/lemp9/Kconfig index 26507b5d93..dbc9de20b8 100644 --- a/src/mainboard/system76/lemp9/Kconfig +++ b/src/mainboard/system76/lemp9/Kconfig @@ -48,10 +48,6 @@ config UART_FOR_CONSOLE int default 2 -config MAX_CPUS - int - default 8 - config DIMM_MAX default 2 |