diff options
author | Richard Spiegel <richard.spiegel@amd.corp-partner.google.com> | 2018-08-03 10:36:13 -0700 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-08-06 14:55:03 +0000 |
commit | 3870dd9be4f89b28dcab5767739a7c0b99efc6b6 (patch) | |
tree | dda28639ecad61334f7c45b30092ca935d90ba9b /src/mainboard/google/kahlee/Kconfig | |
parent | bb95731dadf3aa9807090f9e5f55a870f5d4dd43 (diff) | |
download | coreboot-3870dd9be4f89b28dcab5767739a7c0b99efc6b6.tar.xz |
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 <richard.spiegel@silverbackltd.com>
Reviewed-on: https://review.coreboot.org/27844
Reviewed-by: Martin Roth <martinroth@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/kahlee/Kconfig')
-rw-r--r-- | src/mainboard/google/kahlee/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
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 |