diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2021-04-23 22:16:04 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-04-26 08:27:17 +0000 |
commit | b77387f34c5fa7c3fa69cde5d1175d756681c4a0 (patch) | |
tree | 55493b82a9d962bdcf8a6cb80bf0f95e4ff5f8fa /src/soc/amd/picasso | |
parent | 35605d689a50e8ed0ce707171acf3bb69c024b7c (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/amd/picasso')
-rw-r--r-- | src/soc/amd/picasso/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
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 |