diff options
author | Raul E Rangel <rrangel@chromium.org> | 2018-08-07 09:54:13 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-08-08 21:52:52 +0000 |
commit | 3f61949294a4affd66116f4abcefcfcb4e933265 (patch) | |
tree | 41398fd6e44721cebfef438607cb9fcaf485b552 | |
parent | 790534104af5a5b84ac5ecd721aa8774c2f40ca3 (diff) | |
download | coreboot-3f61949294a4affd66116f4abcefcfcb4e933265.tar.xz |
mainboard/google/kahlee: Set SYSTEM_TYPE_LAPTOP
This configures the ACPI FADT perferred power management profile to
PM_MOBILE instead of PM_DESKTOP.
I'm not sure what impact this actually has. I just noticed the other
boards have it set.
BUG=b:110971913
TEST=Made sure SYSTEM_TYPE_LAPTOP shows up in coreboot.config
Change-Id: Iea1b8359b80d167e69745358f543f025713294ba
Signed-off-by: Raul E Rangel <rrangel@chromium.org>
Reviewed-on: https://review.coreboot.org/27930
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin Roth <martinroth@google.com>
-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 5565d578b6..fbd1fb0ca4 100644 --- a/src/mainboard/google/kahlee/Kconfig +++ b/src/mainboard/google/kahlee/Kconfig @@ -43,6 +43,7 @@ config BOARD_GOOGLE_BASEBOARD_KAHLEE select PCIEXP_COMMON_CLOCK select PCIEXP_L1_SUB_STATE select HAVE_EM100_SUPPORT + select SYSTEM_TYPE_LAPTOP if BOARD_GOOGLE_BASEBOARD_KAHLEE |