summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwangganxiang <wangganxiang@huaqin.corp-partner.google.com>2023-05-06 14:58:14 +0800
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-05-09 04:05:04 +0000
commit70aa9c92d4be227900f01e6b77d16f9643ebd5ba (patch)
treed3771d117f7802d51d28be31501bd55b5526ef8f
parente0962ef1bb3b8f4ffb876a2ecd479b1276d92b56 (diff)
downloadchrome-ec-70aa9c92d4be227900f01e6b77d16f9643ebd5ba.tar.gz
jewel: enable GMR sensor
Jewel has a GMR sensor for tablet mode detection BUG=b:278138283 TEST=make BOARD=jewel The GMR sensor is function normal. Change-Id: Ic2cb43dda62d882db0c3519f38b28292fba08538 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4505201 Reviewed-by: Sung-Chi Li <lschyi@chromium.org> Tested-by: Ganxiang Wang <wangganxiang@huaqin.corp-partner.google.com> Reviewed-by: Ruihai Zhou <zhouruihai@huaqin.corp-partner.google.com> Reviewed-by: Eric Yilun Lin <yllin@google.com> Commit-Queue: Ganxiang Wang <wangganxiang@huaqin.corp-partner.google.com>
-rw-r--r--board/hammer/variants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/hammer/variants.h b/board/hammer/variants.h
index f649f27982..12b955dc43 100644
--- a/board/hammer/variants.h
+++ b/board/hammer/variants.h
@@ -208,7 +208,7 @@
/* GMR sensor for tablet mode detection */
#if defined(BOARD_DON) || defined(BOARD_MASTERBALL) || \
defined(BOARD_MOONBALL) || defined(BOARD_WHISKERS) || \
- defined(BOARD_EEL)
+ defined(BOARD_EEL) || defined(BOARD_JEWEL)
#define CONFIG_GMR_TABLET_MODE
#endif