aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/sarien/Kconfig
diff options
context:
space:
mode:
authorDuncan Laurie <dlaurie@google.com>2019-02-01 11:35:31 -0800
committerDuncan Laurie <dlaurie@chromium.org>2019-02-05 16:04:03 +0000
commit4e3141f19a8306633a4aa1e2215f0ba884ed1036 (patch)
treed81a3f53f580513d538d38bf814c731e32b714fc /src/mainboard/google/sarien/Kconfig
parent4a2558b6d8e83af23d7f8feeda23521930353f85 (diff)
mb/google/sarien: Set system type for the board variants
Select the appropriate system type for the different variants of the Sarien board. This will allow the Arcada variant to use the tablet mode feature of the Intel Virtual Button driver. Change-Id: I8a829aab012256ec196c8ec0fa298fd2bc77f2e1 Signed-off-by: Duncan Laurie <dlaurie@google.com> Reviewed-on: https://review.coreboot.org/c/31207 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Furquan Shaikh <furquan@google.com>
Diffstat (limited to 'src/mainboard/google/sarien/Kconfig')
-rw-r--r--src/mainboard/google/sarien/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mainboard/google/sarien/Kconfig b/src/mainboard/google/sarien/Kconfig
index c6a9988cb7..1216f2da60 100644
--- a/src/mainboard/google/sarien/Kconfig
+++ b/src/mainboard/google/sarien/Kconfig
@@ -20,7 +20,8 @@ config BOARD_GOOGLE_BASEBOARD_SARIEN
select SOC_INTEL_COMMON_BLOCK_HDA_VERB
select SOC_INTEL_COMMON_BLOCK_SMM_ESPI_ACPI_DIS
select SPD_READ_BY_WORD
- select SYSTEM_TYPE_LAPTOP
+ select SYSTEM_TYPE_LAPTOP if BOARD_GOOGLE_SARIEN
+ select SYSTEM_TYPE_CONVERTIBLE if BOARD_GOOGLE_ARCADA
select TPM2
select MAINBOARD_USES_IFD_EC_REGION
select MAINBOARD_USES_IFD_GBE_REGION if BOARD_GOOGLE_SARIEN