aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google/glados/ec.h
diff options
context:
space:
mode:
authorKarthikeyan Ramasubramanian <kramasub@chromium.org>2018-11-14 08:53:01 -0700
committerFurquan Shaikh <furquan@google.com>2018-11-15 19:57:56 +0000
commit017b5c453a72f57ec785da1764939e24651ac5eb (patch)
tree3fc2d39b3e2807856791cdd279aa8c28efa8390e /src/mainboard/google/glados/ec.h
parentb6892969cb79ac9d35a6b00a9de9093bb88378d2 (diff)
ec/google/chromeec/acpi: Rename EC_ENABLE_TABLET_EVENT config
Rename EC_ENABLE_TABLET_EVENT config as EC_ENABLE_MULTIPLE_DPTF_PROFILES since it aligns with the use-case. BUG=b:118149364 BRANCH=None TEST=Ensured that the expected DPTF table are loaded in different modes (base attached/detached and clamshell/360-flipped) on Soraka and Nautilus. Change-Id: If147f1c79ceaaed00e17ec80ec6c912a8f7a8c2e Signed-off-by: Karthikeyan Ramasubramanian <kramasub@google.com> Reviewed-on: https://review.coreboot.org/29261 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Furquan Shaikh <furquan@google.com> Reviewed-by: Sumeet R Pawnikar <sumeet.r.pawnikar@intel.com>
Diffstat (limited to 'src/mainboard/google/glados/ec.h')
-rw-r--r--src/mainboard/google/glados/ec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/glados/ec.h b/src/mainboard/google/glados/ec.h
index e893a28dee..2e383a9266 100644
--- a/src/mainboard/google/glados/ec.h
+++ b/src/mainboard/google/glados/ec.h
@@ -21,7 +21,7 @@
#include <ec/google/chromeec/ec_commands.h>
#include <variant/ec.h>
-#ifdef EC_ENABLE_TABLET_EVENT
+#ifdef EC_ENABLE_MULTIPLE_DPTF_PROFILES
#define MAINBOARD_EC_SCI_EVENTS \
(EC_HOST_EVENT_MASK(EC_HOST_EVENT_LID_CLOSED) |\
EC_HOST_EVENT_MASK(EC_HOST_EVENT_LID_OPEN) |\