staging: typec: Type-C Port Controller Interface driver (tcpci)
[sfrench/cifs-2.6.git] / drivers / staging / typec / Kconfig
1 menu "USB Power Delivery and Type-C drivers"
2
3 config TYPEC_TCPM
4         tristate "USB Type-C Port Controller Manager"
5         depends on USB
6         select TYPEC
7         help
8           The Type-C Port Controller Manager provides a USB PD and USB Type-C
9           state machine for use with Type-C Port Controllers.
10
11 if TYPEC_TCPM
12
13 config TYPEC_TCPCI
14         tristate "Type-C Port Controller Interface driver"
15         depends on I2C
16         select REGMAP_I2C
17         help
18           Type-C Port Controller driver for TCPCI-compliant controller.
19
20 endif
21
22 endmenu