From c81800a0e1d3b579e453c2354b87fcdb374950c3 Mon Sep 17 00:00:00 2001 From: Kyösti Mälkki Date: Fri, 21 Jul 2017 14:39:04 +0300 Subject: Expose Kconfig boolean for AGESA or binaryPI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I8d9097100eee68a67091342161d169929c1a74dd Signed-off-by: Kyösti Mälkki Reviewed-on: https://review.coreboot.org/20696 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Aaron Durbin --- src/vendorcode/amd/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/vendorcode/amd/Kconfig') diff --git a/src/vendorcode/amd/Kconfig b/src/vendorcode/amd/Kconfig index 89c5a90448..0c52b2f8f5 100644 --- a/src/vendorcode/amd/Kconfig +++ b/src/vendorcode/amd/Kconfig @@ -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 -- cgit v1.2.3