summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorGwendal Grignou <gwendal@chromium.org>2015-09-20 14:04:03 -0700
committerchrome-bot <chrome-bot@chromium.org>2015-10-20 22:09:05 -0700
commit7340e804a1e3ffba2f1ffb9bf826a33b8b5fb19c (patch)
treed1fb324ab8bd25d65c3b0471f52f698ac528801c /include/config.h
parentfb6e6a4b410eff13961437d9a28fe86b222e3ef1 (diff)
downloadchrome-ec-7340e804a1e3ffba2f1ffb9bf826a33b8b5fb19c.tar.gz
common: Add lightbar dimming based on outside light.
Unless the lid is closed, the ALS is used for lightbar dimming. Change the google colors depending on the light sensor result. BUG=chrome-os-partner:44400 BRANCH=smaug TEST=Check all 3 levels of brightness of the lightbar. Check value using "adb shell ectool lightbar" Check double tap color are not affected and is using full brightness. Change-Id: I7b5e2890c3557f1dd3ae719f5f82ffb5fe7b24fb Signed-off-by: Gwendal Grignou <gwendal@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/301216 Reviewed-by: Alec Berg <alecaberg@chromium.org>
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 801bde198a..9bd278359c 100644
--- a/include/config.h
+++ b/include/config.h
@@ -107,6 +107,9 @@
*/
#undef CONFIG_ALS_SI114X_INT_EVENT
+/* Define which ALS sensor is used for dimming the lightbar when dark */
+#undef CONFIG_ALS_LIGHTBAR_DIMMING
+
/* Support AP hang detection host command and state machine */
#undef CONFIG_AP_HANG_DETECT