From 2e2b35062e0df056a0168e3219e9b3c321319170 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Sun, 16 Feb 2025 18:14:33 -0600 Subject: [PATCH] mb/google/brya: Set SYSTEM_TYPE_MINIPC for brask baseboard boards Brask devices are all Chromeboxes, so select SYSTEM_TYPE_MINIPC to ensure the SMBIOS enclosure type is set correctly. Change-Id: I133a26223ad204dfad67e136cf342d2fb2a7205e Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/c/coreboot/+/86469 Tested-by: build bot (Jenkins) Reviewed-by: Subrata Banik Reviewed-by: Eric Lai --- src/mainboard/google/brya/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig index 9b0d59bc6e..0f1c3c50e6 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -68,6 +68,7 @@ config BOARD_GOOGLE_BASEBOARD_BRASK select RT8168_GET_MAC_FROM_VPD select RT8168_SET_LED_MODE select SOC_INTEL_ALDERLAKE_PCH_P + select SYSTEM_TYPE_MINIPC select TPM_GOOGLE_CR50 config BOARD_GOOGLE_BASEBOARD_HADES