summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorDenis Brockus <dbrockus@chromium.org>2019-11-12 07:56:53 -0700
committerCommit Bot <commit-bot@chromium.org>2019-11-13 18:31:01 +0000
commitdc850cb6b6feef79d783f28d5f45d3a25b4022d0 (patch)
tree7012f167e6a1fa8a4f87fc1897ca5ede9b3ae396 /common
parent3c315108e549bd6285d2729372151cda913c7b53 (diff)
downloadchrome-ec-dc850cb6b6feef79d783f28d5f45d3a25b4022d0.tar.gz
retimer: usbc retimer name cleanup
Need to cleanup naming around USBC Retimers for adding PI2DPX1207 code BUG=none BRANCH=none TEST=make buildall -j Change-Id: I7e18e0abbe5bfd89bf0e20fa7b5174669689778f Signed-off-by: Denis Brockus <dbrockus@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1911296 Reviewed-by: Edward Hill <ecgh@chromium.org>
Diffstat (limited to 'common')
-rw-r--r--common/usb_pd_protocol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/usb_pd_protocol.c b/common/usb_pd_protocol.c
index 99ef76d62e..28fe9aa4cd 100644
--- a/common/usb_pd_protocol.c
+++ b/common/usb_pd_protocol.c
@@ -393,7 +393,7 @@ int pd_is_vbus_present(int port)
#endif
}
-#ifdef CONFIG_USB_PD_RETIMER
+#ifdef CONFIG_USBC_VIRTUAL_MUX_RETIMER
/**
* This function checks the current CC status of the port partner
* and returns true if the attached partner is UFP.