Jett Rink has uploaded this change for review. ( https://review.coreboot.org/28483
Change subject: mb/google/octopus/variants/fleex: Enable TBMC device ......................................................................
mb/google/octopus/variants/fleex: Enable TBMC device
This change enables tablet mode ACPI device for fleex
BRANCH=none BUG=b:113348027 TEST=evtest shows tablet mode events CQ-DEPEND=CL:1204699
Change-Id: Ifdec853935bfb7719226c7ea19b5bfd84edd7783 Signed-off-by: Jett Rink jettrink@chromium.org --- M src/mainboard/google/octopus/variants/fleex/include/variant/ec.h 1 file changed, 3 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/83/28483/1
diff --git a/src/mainboard/google/octopus/variants/fleex/include/variant/ec.h b/src/mainboard/google/octopus/variants/fleex/include/variant/ec.h index 16f931b..48cb584 100644 --- a/src/mainboard/google/octopus/variants/fleex/include/variant/ec.h +++ b/src/mainboard/google/octopus/variants/fleex/include/variant/ec.h @@ -18,4 +18,7 @@
#include <baseboard/ec.h>
+/* Enable Tablet switch */ +#define EC_ENABLE_TBMC_DEVICE + #endif