From 3f61949294a4affd66116f4abcefcfcb4e933265 Mon Sep 17 00:00:00 2001 From: Raul E Rangel Date: Tue, 7 Aug 2018 09:54:13 -0600 Subject: 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 Reviewed-on: https://review.coreboot.org/27930 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/mainboard/google/kahlee/Kconfig | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3