From 596aed268ea56853c95f34e3e252bdda81155d99 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Wed, 31 Aug 2022 09:52:10 -0500 Subject: mb/google/guybrush: select SYSTEM_TYPE_LAPTOP Select SYSTEM_TYPE_LAPTOP so the FADT PM profile is correctly set to mobile (vs the default of desktop). TEST=build/boot google/dewatt, run FWTS and verify FADT PM profile correct Change-Id: I480fbe85782e2c63efa8d2212d503a47d8149ab9 Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/c/coreboot/+/67245 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth Reviewed-by: Raul Rangel --- src/mainboard/google/guybrush/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/mainboard/google/guybrush/Kconfig b/src/mainboard/google/guybrush/Kconfig index ffb3308f12..c9574b5d1f 100644 --- a/src/mainboard/google/guybrush/Kconfig +++ b/src/mainboard/google/guybrush/Kconfig @@ -47,6 +47,7 @@ config BOARD_SPECIFIC_OPTIONS select SOC_AMD_COMMON_BLOCK_I2C3_TPM_SHARED_WITH_PSP select SOC_AMD_COMMON_BLOCK_USE_ESPI select SOC_AMD_COMMON_BLOCK_PSP_FUSE_SPL + select SYSTEM_TYPE_LAPTOP select TPM_GOOGLE_CR50 config CHROMEOS -- cgit v1.2.3