zephyr/drivers/usb_c/ppc/Kconfig
Michał Barnaś 77187548ff usbc: add driver for nx20p3483 PPC chip
Add driver for NXP nx20p3483 power path controller that can be used
to control and protect sink and source path of USB-C connector.

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

31 lines
675 B
Plaintext

# Power path controllers configuration options
# Copyright 2023 Google LLC
# SPDX-License-Identifier: Apache-2.0
menuconfig USBC_PPC_DRIVER
bool "USB-C PPC drivers"
help
Enable USB-C Power Path Controllers support
if USBC_PPC_DRIVER
config USBC_PPC_INIT_PRIORITY
int "USBC PPC driver init priority"
default 82
help
Initialization priority of the USB-C PPC drivers in POST_KERNEL.
config USBC_PPC_SHELL
bool "Shell commands for PPC"
help
Add useful shell commands to manipulate and debug the PPCs
source "drivers/usb_c/ppc/Kconfig.nxp"
module = USBC_PPC
module-str = usbc-ppc
source "subsys/logging/Kconfig.template.log_config"
endif # USBC_PPC_DRIVER