summaryrefslogtreecommitdiff
path: root/board/coral
diff options
context:
space:
mode:
authorJett Rink <jettrink@chromium.org>2018-03-21 10:53:41 -0600
committerChromeOS Commit Bot <chromeos-commit-bot@chromium.org>2018-03-27 18:22:39 +0000
commite3a01dede34c83c6ed6aa8935a922cacca233bc5 (patch)
treeda851c943686cea82a7f82690f2ed42e0e068498 /board/coral
parentccdbd2d7b4e9270318e10f3f50a0b9e2481a1fef (diff)
downloadchrome-ec-e3a01dede34c83c6ed6aa8935a922cacca233bc5.tar.gz
tcpc: rename CONFIG_USB_PD_TCPM_ANX74XX to CONFIG_USB_PD_TCPM_ANX3429
Since all of the uses of CONFIG_USB_PD_TCPM_ANX74XX are actually for ANX3429, rename the option especially since the ANX7447 driver will not reuse the ANX74XX driver which is being introduced in CL:956790. Also adding the CONFIG_USB_PD_TCPM_ANX740X and CONFIG_USB_PD_TCPM_ANX741X options to advertise which versions of the ANX chip the anx74xx.c driver applies to. BRANCH=none BUG=none TEST=build all Change-Id: Ib47f4661466e54ff2a0c52d517eb318d3bfd25a2 Signed-off-by: Jett Rink <jettrink@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/973558 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org> Reviewed-by: Furquan Shaikh <furquan@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/982331 Commit-Queue: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Trybot-Ready: Furquan Shaikh <furquan@chromium.org>
Diffstat (limited to 'board/coral')
-rw-r--r--board/coral/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/coral/board.h b/board/coral/board.h
index 45815bc4ac..2eeacbad11 100644
--- a/board/coral/board.h
+++ b/board/coral/board.h
@@ -91,7 +91,7 @@
#define CONFIG_USB_PD_VBUS_DETECT_CHARGER
#define CONFIG_USB_PD_TCPC_LOW_POWER
#define CONFIG_USB_PD_TCPM_MUX /* for both PS8751 and ANX3429 */
-#define CONFIG_USB_PD_TCPM_ANX74XX
+#define CONFIG_USB_PD_TCPM_ANX3429
#define CONFIG_USB_PD_TCPM_PS8751
#define CONFIG_USB_PD_TCPM_TCPCI
#define CONFIG_USB_PD_TRY_SRC