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@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