From 905768b8e2c6b4416a1f5af9b7a9dc0deed3d265 Mon Sep 17 00:00:00 2001 From: Jon Murphy Date: Thu, 6 Apr 2023 22:21:23 -0600 Subject: [PATCH] mb/google/myst: Set system type to laptop BUG=b:277294070 TEST=None Change-Id: I0aa4e0bcfb06e5e5cb7e9d52f2d82b5818925267 Signed-off-by: Jon Murphy Reviewed-on: https://review.coreboot.org/c/coreboot/+/74284 Reviewed-by: Tim Van Patten Reviewed-by: Karthik Ramasubramanian Reviewed-by: Eric Lai Tested-by: build bot (Jenkins) --- src/mainboard/google/myst/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainboard/google/myst/Kconfig b/src/mainboard/google/myst/Kconfig index 5794dc6ccc..ce99f6b61d 100644 --- a/src/mainboard/google/myst/Kconfig +++ b/src/mainboard/google/myst/Kconfig @@ -26,6 +26,7 @@ config BOARD_SPECIFIC_OPTIONS select MAINBOARD_HAS_TPM2 select SOC_AMD_COMMON_BLOCK_USE_ESPI select SOC_AMD_PHOENIX + select SYSTEM_TYPE_LAPTOP select TPM_GOOGLE_TI50 config DEVICETREE