summaryrefslogtreecommitdiff
path: root/board/phaser
diff options
context:
space:
mode:
authorJett Rink <jettrink@chromium.org>2018-09-04 14:08:02 -0600
committerchrome-bot <chrome-bot@chromium.org>2018-09-04 21:03:39 -0700
commitd6fc2d450496df392e99fc6ce2605fec0e9cfead (patch)
treea353c566e68766c3504486406aaf252e5063f681 /board/phaser
parentacc53fe1712286e9214103772e6d5f321e3f4b6f (diff)
downloadchrome-ec-d6fc2d450496df392e99fc6ce2605fec0e9cfead.tar.gz
octopus: consolidate identical defines
All of the octopus board define the table mode option the same, so move them into baseboard. BRANCH=none BUG=none TEST=fleex still works Change-Id: Ibed874a609a2e5947d7aee39f915dc3046a0cc19 Signed-off-by: Jett Rink <jettrink@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1204700 Reviewed-by: Furquan Shaikh <furquan@chromium.org>
Diffstat (limited to 'board/phaser')
-rw-r--r--board/phaser/board.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/board/phaser/board.h b/board/phaser/board.h
index 9820841114..816fa72ba6 100644
--- a/board/phaser/board.h
+++ b/board/phaser/board.h
@@ -48,10 +48,6 @@
#define CONFIG_LID_ANGLE_INVALID_CHECK
#define CONFIG_DYNAMIC_MOTION_SENSOR_COUNT
-#define CONFIG_TABLET_MODE
-#define CONFIG_TABLET_SWITCH
-#define TABLET_MODE_GPIO_L GPIO_TABLET_MODE_L
-
/* Interrupt and fifo are only used for base accelerometer
* and the lid sensor is polled real-time (in forced mode).
*/