[coreboot-gerrit] Change in coreboot[master]: src/mainboard/google: set option for acpi device

Matt Delco (Code Review) gerrit at coreboot.org
Thu Aug 16 00:59:33 CEST 2018


Matt Delco has uploaded this change for review. ( https://review.coreboot.org/28107


Change subject: src/mainboard/google: set option for acpi device
......................................................................

src/mainboard/google: set option for acpi device

This change enables an unused but soon to be used option for enabling
the acpi tablet mode device.

Change-Id: I53c80c7822c52ee805adacbcfc5d3fcc7cc476e6
Signed-off-by: Matt Delco <delco at chromium.org>
---
M src/mainboard/google/eve/Kconfig
M src/mainboard/google/octopus/Kconfig
M src/mainboard/google/poppy/Kconfig
M src/mainboard/google/reef/Kconfig
4 files changed, 4 insertions(+), 0 deletions(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/07/28107/1

diff --git a/src/mainboard/google/eve/Kconfig b/src/mainboard/google/eve/Kconfig
index 71b011b..236a48c 100644
--- a/src/mainboard/google/eve/Kconfig
+++ b/src/mainboard/google/eve/Kconfig
@@ -12,6 +12,7 @@
 	select EC_GOOGLE_CHROMEEC
 	select EC_GOOGLE_CHROMEEC_BOARDID
 	select EC_GOOGLE_CHROMEEC_LPC
+	select EC_GOOGLE_CHROMEEC_ACPI_TABLET_DEVICE
 	select HAVE_ACPI_RESUME
 	select HAVE_ACPI_TABLES
 	select INTEL_GMA_HAVE_VBT
diff --git a/src/mainboard/google/octopus/Kconfig b/src/mainboard/google/octopus/Kconfig
index 54e77ec..10ef1ac 100644
--- a/src/mainboard/google/octopus/Kconfig
+++ b/src/mainboard/google/octopus/Kconfig
@@ -34,6 +34,7 @@
 
 config BASEBOARD_OCTOPUS_CONVERTIBLE
 	def_bool n
+	select EC_GOOGLE_CHROMEEC_ACPI_TABLET_DEVICE
 	select SYSTEM_TYPE_CONVERTIBLE
 
 config CHROMEOS
diff --git a/src/mainboard/google/poppy/Kconfig b/src/mainboard/google/poppy/Kconfig
index 4ec34b8..d617119 100644
--- a/src/mainboard/google/poppy/Kconfig
+++ b/src/mainboard/google/poppy/Kconfig
@@ -19,6 +19,7 @@
 
 config BASEBOARD_POPPY_CONVERTIBLE
 	def_bool n
+	select EC_GOOGLE_CHROMEEC_ACPI_TABLET_DEVICE
 	select SYSTEM_TYPE_CONVERTIBLE
 
 config CHROMEOS_WIFI_SAR
diff --git a/src/mainboard/google/reef/Kconfig b/src/mainboard/google/reef/Kconfig
index 3e85e35..8433289 100644
--- a/src/mainboard/google/reef/Kconfig
+++ b/src/mainboard/google/reef/Kconfig
@@ -25,6 +25,7 @@
 
 config BASEBOARD_REEF_CONVERTIBLE
 	def_bool n
+	select EC_GOOGLE_CHROMEEC_ACPI_TABLET_DEVICE
 	select SYSTEM_TYPE_CONVERTIBLE
 
 config DRIVER_TPM_I2C_BUS

-- 
To view, visit https://review.coreboot.org/28107
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I53c80c7822c52ee805adacbcfc5d3fcc7cc476e6
Gerrit-Change-Number: 28107
Gerrit-PatchSet: 1
Gerrit-Owner: Matt Delco <delco at chromium.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180815/7222f291/attachment.html>


More information about the coreboot-gerrit mailing list