summaryrefslogtreecommitdiff
path: root/src/soc/amd/common/block/psp
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-02-16 00:48:49 +0100
committerFelix Held <felix-coreboot@felixheld.de>2021-02-16 23:54:54 +0000
commite18a97813b9fccc26435837a77ec90e5711ce1f6 (patch)
treeebee244283918c9163a91f288ef2e2712fa5c051 /src/soc/amd/common/block/psp
parent86e9b41ac239513f46046bbe6af6e9344a6699ff (diff)
soc/amd/common/*/Kconfig: remove unneeded default n for bool options
n is the default of bool Kconfig options, so no need to have that added to each option. Signed-off-by: Felix Held <felix-coreboot@felixheld.de> Change-Id: I8775d84caee6fda95eb7749e96090fe05417e764 Reviewed-on: https://review.coreboot.org/c/coreboot/+/50779 Reviewed-by: Marshall Dawson <marshalldawson3rd@gmail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/common/block/psp')
-rw-r--r--src/soc/amd/common/block/psp/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/soc/amd/common/block/psp/Kconfig b/src/soc/amd/common/block/psp/Kconfig
index 85ec9872a9..c5ec56015b 100644
--- a/src/soc/amd/common/block/psp/Kconfig
+++ b/src/soc/amd/common/block/psp/Kconfig
@@ -1,6 +1,5 @@
config SOC_AMD_COMMON_BLOCK_PSP
bool
- default n
help
This option builds in the Platform Security Processor initialization
functions. Do not select this directly in SoC code, select
@@ -8,21 +7,18 @@ config SOC_AMD_COMMON_BLOCK_PSP
config SOC_AMD_COMMON_BLOCK_PSP_GEN1
bool
- default n
select SOC_AMD_COMMON_BLOCK_PSP
help
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 family 17h, 19h and possibly newer CPUs.
config SOC_AMD_PSP_SELECTABLE_SMU_FW
bool
- default n
help
Some PSP implementations allow storing SMU firmware into cbfs and
calling the PSP to load the blobs at the proper time.