zephyr/drivers/usb_c/Kconfig
Michał Barnaś 85219ed13c usbc: add API for the Power Path Controllers
This commit adds an API to the Power Path Controllers (PPC) that
may be used with USB-C subsystem to control the current paths,
enabling and disabling sourcing and sinking VBUS and protect against
shorts, overvoltage and overcurrent.

Signed-off-by: Michał Barnaś <mb@semihalf.com>
2024-01-18 10:53:53 +01:00

9 lines
218 B
Plaintext

# USB-C configuration options
# Copyright 2022 The Chromium OS Authors
# SPDX-License-Identifier: Apache-2.0
source "drivers/usb_c/tcpc/Kconfig"
source "drivers/usb_c/vbus/Kconfig"
source "drivers/usb_c/ppc/Kconfig"