aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/psp/Kconfig
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2020-11-06 00:27:23 +0100
committerFelix Held <felix-coreboot@felixheld.de>2020-11-07 18:13:39 +0000
commitb6ef297564b0ea173d889a47fbd5a811de532e99 (patch)
tree1fba52d93941a81df1b1fadf31d86c5cd5df9290 /src/soc/amd/common/block/psp/Kconfig
parentfc62013fd11662e8627ba55694c611e994705d0a (diff)
soc/amd/common/psp: expand CPU family names in Kconfig help text
Expand fam17h to family 17h to make the help text slightly easier to understand and add family 19h to the description of SOC_AMD_COMMON_BLOCK_PSP_GEN2. Change-Id: I9284c9c638e1d217d4605523dde004781f4343f9 Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-on: https://review.coreboot.org/c/coreboot/+/47275 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Diffstat (limited to 'src/soc/amd/common/block/psp/Kconfig')
-rw-r--r--src/soc/amd/common/block/psp/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/soc/amd/common/block/psp/Kconfig b/src/soc/amd/common/block/psp/Kconfig
index bf0477b5ac..85ec9872a9 100644
--- a/src/soc/amd/common/block/psp/Kconfig
+++ b/src/soc/amd/common/block/psp/Kconfig
@@ -11,14 +11,14 @@ config SOC_AMD_COMMON_BLOCK_PSP_GEN1
default n
select SOC_AMD_COMMON_BLOCK_PSP
help
- Used by the PSP in AMD systems before fam17h, e.g. stoneyridge.
+ Used by the PSP in AMD systems before family 17h, e.g. stoneyridge.
config SOC_AMD_COMMON_BLOCK_PSP_GEN2
bool
default n
select SOC_AMD_COMMON_BLOCK_PSP
help
- Used by the PSP in AMD fam17h CPUs and possibly newer ones.
+ Used by the PSP in AMD family 17h, 19h and possibly newer CPUs.
config SOC_AMD_PSP_SELECTABLE_SMU_FW
bool