summaryrefslogtreecommitdiff
path: root/docs/usb-c.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/usb-c.md')
-rw-r--r--docs/usb-c.md10
1 files changed, 2 insertions, 8 deletions
diff --git a/docs/usb-c.md b/docs/usb-c.md
index 3b17e29fd0..c47d62b4f0 100644
--- a/docs/usb-c.md
+++ b/docs/usb-c.md
@@ -105,14 +105,8 @@ Chromebooks. For example, the older stack supports the Zinger, which is the
USB-C charging device that shipped with Samus, the Google Chromebook Pixel 2.
The Zinger implements the charger only side of the USB PD protocol.
-To use the newer USB-C PD stack implementation, see `CONFIG_USB_SM_FRAMEWORK`
-description in [config.h][config header link].
-
-The newer implementation only supports Chromebooks at the moment. There are
-multiple policy engine definitions to choose from depending on the different
-USB-C features the Chromebook should support. As of now, you must choose one and
-only one policy engine state machine implementation. The policy engine mostly
-defines what PD features (e.g. Try.SRC) are implemented on the Chromebook.
+To use the newer USB-C PD stack implementation, see
+[TCPMv2 Overview](usb-tcpmv2.md).
## Implementation Considerations