summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaisuke Nojiri <dnojiri@chromium.org>2020-11-04 10:23:14 -0800
committerCommit Bot <commit-bot@chromium.org>2020-11-24 16:22:59 +0000
commit786ee9e804bc0db42318cbf008b6916a8e2a3e98 (patch)
tree9383c0c1808deb54367c796e5b7a11184684845d /include
parentfaa4aa99fc342e28f280163290ec8e1ca6522f62 (diff)
downloadchrome-ec-786ee9e804bc0db42318cbf008b6916a8e2a3e98.tar.gz
PCHG: Add ctn730 driver
CTN730 is a NFC/WLC transmitter (a.k.a. poller), which communicates with a receiver (a.k.a. listener) to transfer power wirelessly. BUG=b:173235954 BRANCH=Trogdor TEST=See the description of CL:2538536. Signed-off-by: Daisuke Nojiri <dnojiri@chromium.org> Change-Id: Icf5df30d2dffe617887ff6a591ea5b4a753cb3d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2538539 Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/config.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index abec105bc0..9d35c9c599 100644
--- a/include/config.h
+++ b/include/config.h
@@ -3051,6 +3051,13 @@
*/
#undef CONFIG_PERIPHERAL_CHARGER
+/*
+ * Enable CTN730 driver
+ *
+ * CTN730 is NXP's NFC/WLC power transmitter (a.k.a. poller).
+ */
+#undef CONFIG_CTN730
+
/*****************************************************************************/
/* PMU config */