From ccbbb1bbd4e2f5908e6a4959d6396f68facff8a2 Mon Sep 17 00:00:00 2001 From: Angel Pons Date: Thu, 16 Sep 2021 18:06:40 +0200 Subject: vc/amd/agesa/Kconfig: Move SPD options out of choice MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/57717 Reviewed-by: Michael Niewöhner Reviewed-by: Felix Singer Reviewed-by: Felix Held Tested-by: build bot (Jenkins) --- src/vendorcode/amd/agesa/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/vendorcode') diff --git a/src/vendorcode/amd/agesa/Kconfig b/src/vendorcode/amd/agesa/Kconfig index 2b894181bf..4468cc3b34 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 -- cgit v1.2.3