summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorYilun Lin <yllin@google.com>2019-04-19 13:27:39 +0800
committerchrome-bot <chrome-bot@chromium.org>2019-05-12 19:27:41 -0700
commit3e2c751048cc3d4b84373b07013e7c904eb4a5d3 (patch)
treee76871c42788245385ce26ef76eaca213947fc6f /include
parentbe5ef157cf823126acb60aabc8595e1d8ac1b77e (diff)
downloadchrome-ec-3e2c751048cc3d4b84373b07013e7c904eb4a5d3.tar.gz
charger/rt946x,krane: Enable backlight power.
Krane's backlight power and PWM is controlled by mt6370. TEST=See the backlight is enabled on krane. BUG=b:131125903 BRANCH=None Change-Id: I9276a73d1a36e6b1eb64b39d7e9e988cda164ada Signed-off-by: Yilun Lin <yllin@google.com> Reviewed-on: https://chromium-review.googlesource.com/1575051 Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com> Tested-by: Yilun Lin <yllin@chromium.org> Reviewed-by: Ting Shen <phoenixshen@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index f1719806da..9015c6cd78 100644
--- a/include/config.h
+++ b/include/config.h
@@ -763,6 +763,12 @@
#undef CONFIG_CHARGER_CURRENT_LIMIT
/*
+ * MT6370 backlight control settings.
+ * If defined, Panel backlight power is controlled by MT6370.
+ */
+#undef CONFIG_CHARGER_MT6370_BACKLIGHT
+
+/*
* Enable/disable system power monitor PSYS function: this enables output
* from charger chip to SoC.
*/