blob: 9be4b496e82f5037ccfae7456f8c778dcc236254 [file] [log] [blame]
Sebastian Reichel3dd23322024-10-15 17:26:43 +02001# SPDX-License-Identifier: GPL-2.0
2
3config TYPEC_TCPM
4 tristate "USB Type-C Port Controller Manager"
5 depends on DM
6 help
7 The Type-C Port Controller Manager provides a USB PD and USB Type-C
8 state machine for use with Type-C Port Controllers.
Sebastian Reichel111bec02024-10-15 17:26:44 +02009
10config TYPEC_FUSB302
11 tristate "Fairchild FUSB302 Type-C chip driver"
12 depends on DM && DM_I2C && TYPEC_TCPM
13 help
14 The Fairchild FUSB302 Type-C chip driver that works with
15 Type-C Port Controller Manager to provide USB PD and USB
16 Type-C functionalities.