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
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue