diff options
author | Furquan Shaikh <furquan@google.com> | 2018-07-10 21:53:59 -0700 |
---|---|---|
committer | Furquan Shaikh <furquan@google.com> | 2018-07-12 00:39:59 +0000 |
commit | a353d054aed18687cbb19aaa4fbf499495e70fa7 (patch) | |
tree | f6cd760cf2d948637ca62632dc81e1897f9cbfa3 | |
parent | 13367490b0eb4cae5295d4def6d8a942d60aea8c (diff) | |
download | coreboot-a353d054aed18687cbb19aaa4fbf499495e70fa7.tar.xz |
mb/google/octopus/variants/yorp: Enable TBMC device
This change enables tablet mode ACPI device for yorp.
BUG=b:111264961
CQ-DEPEND=CL:1132686
Change-Id: I81140b84a1adb5b21f1656fd89d953331e538f01
Signed-off-by: Furquan Shaikh <furquan@google.com>
Reviewed-on: https://review.coreboot.org/27431
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Jett Rink <jettrink@google.com>
Reviewed-by: Justin TerAvest <teravest@chromium.org>
-rw-r--r-- | src/mainboard/google/octopus/variants/yorp/include/variant/ec.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/google/octopus/variants/yorp/include/variant/ec.h b/src/mainboard/google/octopus/variants/yorp/include/variant/ec.h index 16f931b6cd..48cb5841d2 100644 --- a/src/mainboard/google/octopus/variants/yorp/include/variant/ec.h +++ b/src/mainboard/google/octopus/variants/yorp/include/variant/ec.h @@ -18,4 +18,7 @@ #include <baseboard/ec.h> +/* Enable Tablet switch */ +#define EC_ENABLE_TBMC_DEVICE + #endif |