diff options
author | Jon Murphy <jpmurphy@google.com> | 2023-04-06 22:21:23 -0600 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2023-04-24 16:05:52 +0000 |
commit | 905768b8e2c6b4416a1f5af9b7a9dc0deed3d265 (patch) | |
tree | 44e88b6f3c99e8f42429642ee8898bcc59c3d18d | |
parent | 2c4a4d2cb41f5673eb747fbb65ad51e00fcb23d3 (diff) |
mb/google/myst: Set system type to laptop
BUG=b:277294070
TEST=None
Change-Id: I0aa4e0bcfb06e5e5cb7e9d52f2d82b5818925267
Signed-off-by: Jon Murphy <jpmurphy@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/74284
Reviewed-by: Tim Van Patten <timvp@google.com>
Reviewed-by: Karthik Ramasubramanian <kramasub@google.com>
Reviewed-by: Eric Lai <eric_lai@quanta.corp-partner.google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
-rw-r--r-- | src/mainboard/google/myst/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |