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>
This commit is contained in:
Angel Pons 2021-09-16 18:06:40 +02:00 committed by Felix Held
parent 1897a3abd9
commit ccbbb1bbd4
1 changed files with 2 additions and 2 deletions

View File

@ -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