aboutsummaryrefslogtreecommitdiff
path: root/src/soc
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-04-23 22:16:04 +0200
committerPatrick Georgi <pgeorgi@google.com>2021-04-26 08:27:17 +0000
commitb77387f34c5fa7c3fa69cde5d1175d756681c4a0 (patch)
tree55493b82a9d962bdcf8a6cb80bf0f95e4ff5f8fa /src/soc
parent35605d689a50e8ed0ce707171acf3bb69c024b7c (diff)
soc/amd/cezanne,picasso/Kconfig: add help text for MAX_CPUS
Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Suggested-by: Nico Huber <nico.h@gmx.de> Change-Id: I76270b43b3202bda71ff3f6b97d5ffa2234511b7 Reviewed-on: https://review.coreboot.org/c/coreboot/+/52646 Reviewed-by: Raul Rangel <rrangel@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc')
-rw-r--r--src/soc/amd/cezanne/Kconfig2
-rw-r--r--src/soc/amd/picasso/Kconfig2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/soc/amd/cezanne/Kconfig b/src/soc/amd/cezanne/Kconfig
index 76fa2b20bc..ccdc7b7091 100644
--- a/src/soc/amd/cezanne/Kconfig
+++ b/src/soc/amd/cezanne/Kconfig
@@ -176,6 +176,8 @@ config MMCONF_BUS_NUMBER
config MAX_CPUS
int
default 16
+ help
+ Maximum number of threads the platform can have.
config CONSOLE_UART_BASE_ADDRESS
depends on CONSOLE_SERIAL && AMD_SOC_CONSOLE_UART
diff --git a/src/soc/amd/picasso/Kconfig b/src/soc/amd/picasso/Kconfig
index fe09e111bf..0c494d9c1c 100644
--- a/src/soc/amd/picasso/Kconfig
+++ b/src/soc/amd/picasso/Kconfig
@@ -200,6 +200,8 @@ config VERSTAGE_ADDR
config MAX_CPUS
int
default 8
+ help
+ Maximum number of threads the platform can have.
config VGA_BIOS_ID
string