85219ed13c
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>
9 lines
218 B
Plaintext
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"
|