diff options
author | Marshall Dawson <marshalldawson3rd@gmail.com> | 2017-11-27 11:33:36 -0700 |
---|---|---|
committer | Aaron Durbin <adurbin@chromium.org> | 2018-02-12 19:10:28 +0000 |
commit | 7681481f6588081641acad1de4ffcfe336303945 (patch) | |
tree | b5eea9652b931e82e0f71020c510129b521ca512 /src/mainboard/google/kahlee | |
parent | 8f2a7e073bab420969f9390b44d64459ad7268ce (diff) | |
download | coreboot-7681481f6588081641acad1de4ffcfe336303945.tar.xz |
google/kahlee: Select HAVE_ACPI_RESUME
TEST=Run powerd_dbus_suspend and resume with button press
BUG=b:69614064
Change-Id: I0a5a610590b599b96dd0def211c4aa31c7a538ea
Signed-off-by: Marshall Dawson <marshalldawson3rd@gmail.com>
Reviewed-on: https://review.coreboot.org/22732
Reviewed-by: Richard Spiegel <richard.spiegel@silverbackltd.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Diffstat (limited to 'src/mainboard/google/kahlee')
-rw-r--r-- | src/mainboard/google/kahlee/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/kahlee/Kconfig b/src/mainboard/google/kahlee/Kconfig index 3dd0614d9b..593f224bae 100644 --- a/src/mainboard/google/kahlee/Kconfig +++ b/src/mainboard/google/kahlee/Kconfig @@ -35,6 +35,7 @@ config BOARD_GOOGLE_BASEBOARD_KAHLEE select STONEYRIDGE_UART select SOC_AMD_PSP_SELECTABLE_SMU_FW select SOC_AMD_SMU_FANLESS + select HAVE_ACPI_RESUME if BOARD_GOOGLE_BASEBOARD_KAHLEE |