mb/google/guybrush/dewatt: Mark board as convertible

Set SYSTEM_TYPE_CONVERTIBLE for the Dewatt variant so SMBIOS
reports a convertible enclosure type. This allows non-ChromeOS
builds to enable EC_CHROMEEC_USE_VENDOR_TABLET_CONTROLS and use
the vendor tablet mode ACPI.

Change-Id: I01bd8a4255b2cacc01e9eda703e88af57c8f58c7
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/91744
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
This commit is contained in:
Matt DeVillier 2026-03-18 20:46:49 -05:00
commit 45378e6fc2

View file

@ -43,18 +43,20 @@ config BOARD_GOOGLE_BASEBOARD_GUYBRUSH
select SOC_AMD_COMMON_BLOCK_GRAPHICS_ATIF
select SOC_AMD_COMMON_BLOCK_I2C3_TPM_SHARED_WITH_PSP
select SOC_AMD_COMMON_BLOCK_USE_ESPI
select SYSTEM_TYPE_LAPTOP
select TPM_GOOGLE_CR50
config BOARD_GOOGLE_DEWATT
select BOARD_GOOGLE_BASEBOARD_GUYBRUSH
select SYSTEM_TYPE_CONVERTIBLE
config BOARD_GOOGLE_GUYBRUSH
select BOARD_GOOGLE_BASEBOARD_GUYBRUSH
select SYSTEM_TYPE_LAPTOP
config BOARD_GOOGLE_NIPPERKIN
select BOARD_GOOGLE_BASEBOARD_GUYBRUSH
select DRIVERS_GFX_GENERIC
select SYSTEM_TYPE_LAPTOP
if BOARD_GOOGLE_BASEBOARD_GUYBRUSH