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:
parent
c27daff542
commit
c81800a0e1
|
@ -13,7 +13,7 @@
|
|||
# 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"
|
||||
|
||||
|
@ -21,7 +21,7 @@ choice
|
|||
prompt "AGESA source"
|
||||
default CPU_AMD_AGESA_BINARY_PI if CPU_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
|
||||
Select the method for including the AMD Platform Initialization
|
||||
code into coreboot. Platform Initialization code is required for
|
||||
|
|
Loading…
Reference in New Issue