diff options
author | Marshall Dawson <marshalldawson3rd@gmail.com> | 2017-10-27 19:20:17 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-12-21 17:30:55 +0000 |
commit | ceeafa45cae26ab857687082e02eae40d9621291 (patch) | |
tree | a6375e8dbefebc2d34d576f50a26126b1adcb8ae /src/mainboard/google/kahlee/Kconfig | |
parent | 83b4fb9981b30352dac9ba9d7eeb1e7f44225269 (diff) |
google/kahlee: Select fanless SMU firmware
Don't rely on the cascading default values. Ensure Kahlee uses the fanless
versions of the SMU fimware by selecting it.
Change-Id: I0761266f2a4026ebc251b64074c10481118734a2
Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Reviewed-on: https://review.coreboot.org/22251
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/google/kahlee/Kconfig')
-rw-r--r-- | src/mainboard/google/kahlee/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mainboard/google/kahlee/Kconfig b/src/mainboard/google/kahlee/Kconfig index 80cfe88c65..13c949db8b 100644 --- a/src/mainboard/google/kahlee/Kconfig +++ b/src/mainboard/google/kahlee/Kconfig @@ -31,6 +31,8 @@ config BOARD_GOOGLE_BASEBOARD_KAHLEE select MAINBOARD_HAS_LPC_TPM select SERIRQ_CONTINUOUS_MODE select STONEYRIDGE_UART + select SOC_AMD_PSP_SELECTABLE_SMU_FW + select SOC_AMD_SMU_FANLESS if BOARD_GOOGLE_BASEBOARD_KAHLEE |