1# USB-C STM32 TCPC device configuration options 2 3# Copyright 2022 The Chromium OS Authors 4# SPDX-License-Identifier: Apache-2.0 5 6config USBC_TCPC_STM32 7 bool "USB-C TCPC device controller driver" 8 default y 9 depends on DT_HAS_ST_STM32_UCPD_ENABLED 10 select PINCTRL 11 select USE_STM32_LL_UCPD 12 help 13 Enable USB-C TCPC support on the STM32 G0, G4, L5, and U5 family of 14 processors. 15