mb/google/hatch: Set correct SYSTEM_TYPE for all variants
Set SYSTEM_TYPE_CONVERTIBLE for Hatch-based Spin/Flip devices so SMBIOS reports a convertible enclosure type. This enables EC_CHROMEEC_USE_VENDOR_TABLET_CONTROLS on non-ChromeOS builds and allows use of the vendor tablet mode ACPI (VBTN). Change-Id: I8b72efb176087dda29b1c32b7ceef4c4544ef4d7 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/91748 Reviewed-by: Eric Lai <ericllai@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
3f10068936
commit
14ef332242
1 changed files with 5 additions and 1 deletions
|
|
@ -29,12 +29,13 @@ config BOARD_GOOGLE_BASEBOARD_HATCH
|
|||
select SOC_INTEL_COMETLAKE_1
|
||||
select SOC_INTEL_COMMON_BLOCK_DTT_STATIC_ASL
|
||||
select SPI_TPM
|
||||
select SYSTEM_TYPE_LAPTOP
|
||||
select SYSTEM_TYPE_LAPTOP if !SYSTEM_TYPE_CONVERTIBLE
|
||||
select TPM_GOOGLE_CR50
|
||||
|
||||
config BOARD_GOOGLE_AKEMI
|
||||
select BOARD_GOOGLE_BASEBOARD_HATCH
|
||||
select INTEL_GMA_HAVE_VBT
|
||||
select SYSTEM_TYPE_CONVERTIBLE
|
||||
|
||||
config BOARD_GOOGLE_DRATINI
|
||||
select BOARD_GOOGLE_BASEBOARD_HATCH
|
||||
|
|
@ -50,17 +51,20 @@ config BOARD_GOOGLE_HELIOS
|
|||
select GOOGLE_DSM_CALIB if VPD
|
||||
select DRIVERS_I2C_RT1011
|
||||
select INTEL_GMA_HAVE_VBT
|
||||
select SYSTEM_TYPE_CONVERTIBLE
|
||||
|
||||
config BOARD_GOOGLE_HELIOS_DISKSWAP
|
||||
select BOARD_GOOGLE_BASEBOARD_HATCH
|
||||
select GOOGLE_DSM_CALIB if VPD
|
||||
select DRIVERS_I2C_RT1011
|
||||
select INTEL_GMA_HAVE_VBT
|
||||
select SYSTEM_TYPE_CONVERTIBLE
|
||||
|
||||
config BOARD_GOOGLE_JINLON
|
||||
select BOARD_GOOGLE_BASEBOARD_HATCH
|
||||
select DRIVERS_GFX_GENERIC
|
||||
select INTEL_GMA_HAVE_VBT
|
||||
select SYSTEM_TYPE_CONVERTIBLE
|
||||
|
||||
config BOARD_GOOGLE_KINDRED
|
||||
select BOARD_GOOGLE_BASEBOARD_HATCH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue