From 3870dd9be4f89b28dcab5767739a7c0b99efc6b6 Mon Sep 17 00:00:00 2001 From: Richard Spiegel Date: Fri, 3 Aug 2018 10:36:13 -0700 Subject: google/grunt: Move PSP_SELECTABLE_SMU_FW to soc Now that an updated bootloader with important fixes is available at coreboot repository, all stoneyridge boards should use it. Move the selection of SOC_AMD_PSP_SELECTABLE_SMU_FW from mb/google/kahlee to soc/amd/stoneyridge. BUG=b:111428800 TEST=Build and boot grunt. Change-Id: Idf8e348efbc85569aa1163125f412c5242c46eb4 Signed-off-by: Richard Spiegel Reviewed-on: https://review.coreboot.org/27844 Reviewed-by: Martin Roth Tested-by: build bot (Jenkins) --- src/mainboard/google/kahlee/Kconfig | 1 - src/soc/amd/stoneyridge/Kconfig | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/mainboard/google/kahlee/Kconfig b/src/mainboard/google/kahlee/Kconfig index dfae548dae..5565d578b6 100644 --- a/src/mainboard/google/kahlee/Kconfig +++ b/src/mainboard/google/kahlee/Kconfig @@ -30,7 +30,6 @@ config BOARD_GOOGLE_BASEBOARD_KAHLEE select MAINBOARD_HAS_CHROMEOS select SERIRQ_CONTINUOUS_MODE select STONEYRIDGE_UART - select SOC_AMD_PSP_SELECTABLE_SMU_FW select SOC_AMD_SMU_FANLESS select HAVE_ACPI_RESUME select DRIVERS_GENERIC_BH720 diff --git a/src/soc/amd/stoneyridge/Kconfig b/src/soc/amd/stoneyridge/Kconfig index 7675bce0a7..594d22cd18 100644 --- a/src/soc/amd/stoneyridge/Kconfig +++ b/src/soc/amd/stoneyridge/Kconfig @@ -66,6 +66,7 @@ config CPU_SPECIFIC_OPTIONS select SSE select SSE2 select RTC + select SOC_AMD_PSP_SELECTABLE_SMU_FW config VBOOT select VBOOT_SEPARATE_VERSTAGE -- cgit v1.2.3