summaryrefslogtreecommitdiff
path: root/test/test_config.h
diff options
context:
space:
mode:
authorBill Richardson <wfrichar@chromium.org>2015-04-30 14:27:14 -0700
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2015-05-01 20:46:37 +0000
commit99737a2fefa7eab7c63cddd31bea7afdf717620c (patch)
tree3b1ef209dff9a17040cc1a997542a4dc77262fd5 /test/test_config.h
parent6dce2424d99de40763a039eb099efcd5b0a52cb2 (diff)
downloadchrome-ec-99737a2fefa7eab7c63cddd31bea7afdf717620c.tar.gz
cleanup: rename motion sensor CONFIG_ options
This renames some motion sensor options to start with more consistent prefixes. For gesture (tap) detection: CONFIG_GESTURE_DETECTION: CONFIG_SENSOR_BATTERY_TAP => CONFIG_GESTURE_SENSOR_BATTERY_TAP For detecting lid angle: CONFIG_LID_ANGLE: CONFIG_SENSOR_BASE => CONFIG_LID_ANGLE_SENSOR_BASE CONFIG_SENSOR_LID => CONFIG_LID_ANGLE_SENSOR_LID BUG=none BRANCH=none TEST=make buildall Change-Id: Ib8f645902a5585346e1d8d2cbf73d825c896a521 Signed-off-by: Bill Richardson <wfrichar@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/268777 Reviewed-by: Alec Berg <alecaberg@chromium.org> Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'test/test_config.h')
-rw-r--r--test/test_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_config.h b/test/test_config.h
index c4bf3f57fa..efaf0ef3b6 100644
--- a/test/test_config.h
+++ b/test/test_config.h
@@ -52,8 +52,8 @@
#ifdef TEST_MOTION_LID
#define CONFIG_LID_ANGLE
-#define CONFIG_SENSOR_BASE 0
-#define CONFIG_SENSOR_LID 1
+#define CONFIG_LID_ANGLE_SENSOR_BASE 0
+#define CONFIG_LID_ANGLE_SENSOR_LID 1
#endif
#ifdef TEST_SBS_CHARGING