mb/google/octopus: Enable TBMC device

This change enables tablet mode ACPI device for all octopus boards.

BUG=b:113348027

Change-Id: I69a5dd41cd0958b93f8eed338fed4b6ee77a178f
Signed-off-by: Amanda Huang <amanda_hwang@compal.corp-partner.google.com>
Reviewed-on: https://review.coreboot.org/28466
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
This commit is contained in:
Amanda Huang 2018-09-05 09:56:50 +08:00 committed by Aaron Durbin
parent 11f7298249
commit c36e8bf24f
3 changed files with 3 additions and 6 deletions

View File

@ -67,6 +67,9 @@
#define EC_ENABLE_LID_SWITCH
#define EC_ENABLE_WAKE_PIN GPE_EC_WAKE
/* Enable Tablet switch */
#define EC_ENABLE_TBMC_DEVICE
/* Enable EC backed PD MCU device in ACPI */
#define EC_ENABLE_PD_MCU_DEVICE

View File

@ -18,7 +18,4 @@
#include <baseboard/ec.h>
/* Enable Tablet switch */
#define EC_ENABLE_TBMC_DEVICE
#endif

View File

@ -18,7 +18,4 @@
#include <baseboard/ec.h>
/* Enable Tablet switch */
#define EC_ENABLE_TBMC_DEVICE
#endif