scarlet: Turn on CONFIG_TABLET_MODE_SWITCH

BUG=b:62594071
BRANCH=scarlet
TEST=boot scarlet and confirm it's in tablet mode

Change-Id: I85cc53bb66d70acc9f5c77bd7c428447159dabb0
Reviewed-on: https://chromium-review.googlesource.com/534937
Commit-Ready: Philip Chen <philipchen@chromium.org>
Tested-by: Philip Chen <philipchen@chromium.org>
Reviewed-by: Alexandru M Stan <amstan@chromium.org>
This commit is contained in:
Philip Chen
2017-06-13 17:42:58 -07:00
committed by chrome-bot
parent 03036903f2
commit 9f37e4a655

View File

@@ -91,6 +91,9 @@
#define CONFIG_TEMP_SENSOR
#define CONFIG_TEMP_SENSOR_TMP432
/* To be able to indicate the device is in tablet mode. */
#define CONFIG_TABLET_MODE_SWITCH
/* FIFO size is in power of 2. */
#define CONFIG_ACCEL_FIFO 256
#define CONFIG_ACCEL_FIFO_THRES (CONFIG_ACCEL_FIFO / 3)