summaryrefslogtreecommitdiffstats
path: root/src/vendorcode/amd
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2021-09-16 18:06:40 +0200
committerFelix Held <felix-coreboot@felixheld.de>2021-09-20 12:09:47 +0000
commitccbbb1bbd4e2f5908e6a4959d6396f68facff8a2 (patch)
treed6ae252f5d1802558b5627e8b8fe876e03e84d23 /src/vendorcode/amd
parent1897a3abd9f213c32999ee97c0e7e19a3c9c5f12 (diff)
downloadcoreboot-ccbbb1bbd4e2f5908e6a4959d6396f68facff8a2.tar.gz
coreboot-ccbbb1bbd4e2f5908e6a4959d6396f68facff8a2.tar.bz2
coreboot-ccbbb1bbd4e2f5908e6a4959d6396f68facff8a2.zip
vc/amd/agesa/Kconfig: Move SPD options out of choice
The Kconfig options for custom SPD values aren't supposed to be part of the choice block. Change-Id: I12eb1012f94000b14e5d7f1e5123dddf69ac1a94 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/57717 Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Reviewed-by: Felix Singer <felixsinger@posteo.net> Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/vendorcode/amd')
-rw-r--r--src/vendorcode/amd/agesa/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vendorcode/amd/agesa/Kconfig b/src/vendorcode/amd/agesa/Kconfig
index 2b894181bf86..4468cc3b344f 100644
--- a/src/vendorcode/amd/agesa/Kconfig
+++ b/src/vendorcode/amd/agesa/Kconfig
@@ -85,6 +85,8 @@ config CPU_AMD_AGESA_OPENSOURCE_MEM_CUSTOM
help
Custom memory profile. Use the XMP SPD values as the base, if available.
+endchoice
+
if CPU_AMD_AGESA_OPENSOURCE_MEM_CUSTOM
config CUSTOM_SPD_DIVIDENT
@@ -192,5 +194,3 @@ config CUSTOM_SPD_TFAW
range 1 255
endif
-
-endchoice