Expose Kconfig boolean for AGESA or binaryPI

Change-Id: I8d9097100eee68a67091342161d169929c1a74dd
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: https://review.coreboot.org/20696
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
Kyösti Mälkki 2017-07-21 14:39:04 +03:00
parent c27daff542
commit c81800a0e1

View file

@ -13,7 +13,7 @@
# GNU General Public License for more details. # GNU General Public License for more details.
# #
if CPU_AMD_PI || SOC_AMD_PI if CPU_AMD_AGESA || CPU_AMD_PI || SOC_AMD_PI
menu "AMD Platform Initialization" menu "AMD Platform Initialization"
@ -21,7 +21,7 @@ choice
prompt "AGESA source" prompt "AGESA source"
default CPU_AMD_AGESA_BINARY_PI if CPU_AMD_PI default CPU_AMD_AGESA_BINARY_PI if CPU_AMD_PI
default CPU_AMD_AGESA_BINARY_PI if SOC_AMD_PI default CPU_AMD_AGESA_BINARY_PI if SOC_AMD_PI
default CPU_AMD_AGESA_OPENSOURCE default CPU_AMD_AGESA_OPENSOURCE if CPU_AMD_AGESA
help help
Select the method for including the AMD Platform Initialization Select the method for including the AMD Platform Initialization
code into coreboot. Platform Initialization code is required for code into coreboot. Platform Initialization code is required for