Felix Singer has submitted this change. ( https://review.coreboot.org/c/coreboot/+/86457?usp=email )
Change subject: mb/google/cyan: Set SYSTEM_TYPE_CONVERTIBLE for cyan/kefka ......................................................................
mb/google/cyan: Set SYSTEM_TYPE_CONVERTIBLE for cyan/kefka
Cyan and Kefka are convertible devices, so set them as such so their SMBIOS type is set correctly, necessary for some Linux tablet drivers.
Change-Id: Ief81c7ba83eb5326dd6199508a3194008dee243b Signed-off-by: Matt DeVillier matt.devillier@gmail.com Reviewed-on: https://review.coreboot.org/c/coreboot/+/86457 Reviewed-by: Felix Singer service+coreboot-gerrit@felixsinger.de Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M src/mainboard/google/cyan/Kconfig 1 file changed, 2 insertions(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Felix Singer: Looks good to me, approved
diff --git a/src/mainboard/google/cyan/Kconfig b/src/mainboard/google/cyan/Kconfig index 2bb6b92..eacc8ef 100644 --- a/src/mainboard/google/cyan/Kconfig +++ b/src/mainboard/google/cyan/Kconfig @@ -29,12 +29,14 @@
config BOARD_GOOGLE_CYAN select BOARD_GOOGLE_BASEBOARD_CYAN + select SYSTEM_TYPE_CONVERTIBLE
config BOARD_GOOGLE_EDGAR select BOARD_GOOGLE_BASEBOARD_CYAN
config BOARD_GOOGLE_KEFKA select BOARD_GOOGLE_BASEBOARD_CYAN + select SYSTEM_TYPE_CONVERTIBLE
config BOARD_GOOGLE_REKS select BOARD_GOOGLE_BASEBOARD_CYAN