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>
This commit is contained in:
parent
d0f5fc7444
commit
de964a7de3
1 changed files with 2 additions and 0 deletions
|
|
@ -29,12 +29,14 @@ config BOARD_GOOGLE_CELES
|
|||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue