Sebastian Reichel | 3dd2332 | 2024-10-15 17:26:43 +0200 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
| 2 | |
| 3 | config 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 Reichel | 111bec0 | 2024-10-15 17:26:44 +0200 | [diff] [blame] | 9 | |
| 10 | config 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. |