summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaisuke Nojiri <dnojiri@chromium.org>2017-02-01 11:00:50 -0800
committerchrome-bot <chrome-bot@chromium.org>2017-02-11 15:04:42 -0800
commitc51e0b2f75a208c74fd62ec4b22e2fe64e45f967 (patch)
treecfc66b5575f0c16299a75aeb7ba42462340bbc30 /include
parent18327455c1a0d9db39d5d76964aaa1cb76c348c1 (diff)
downloadchrome-ec-c51e0b2f75a208c74fd62ec4b22e2fe64e45f967.tar.gz
PD: Remove CONFIG_USB_PD_TCPC_FW_VERSION
This removes CONFIG_USB_PD_TCPC_FW_VERSION. board_print_tcpc_fw_version is removed since it's no longer called. PD chip info is printed in usb_pd_protocol.c. BUG=none BRANCH=none TEST=buildall. Boot Electro, verify chip info is printed. Change-Id: I2ff860c2a1b17ceea124644ba8feb356b9cca2eb Signed-off-by: Daisuke Nojiri <dnojiri@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/434911 Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/config.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/config.h b/include/config.h
index 1e238bf3f9..69cd34815e 100644
--- a/include/config.h
+++ b/include/config.h
@@ -2209,9 +2209,6 @@
/* Use TCPC module (type-C port controller) */
#undef CONFIG_USB_PD_TCPC
-/* Get TCPC firmware version */
-#undef CONFIG_USB_PD_TCPC_FW_VERSION
-
/* Enable TCPC to enter low power mode */
#undef CONFIG_USB_PD_TCPC_LOW_POWER