Merge branches 'work.misc' and 'work.dcache' of git://git.kernel.org/pub/scm/linux...
[sfrench/cifs-2.6.git] / drivers / staging / typec / Kconfig
1 menu "USB Power Delivery and Type-C drivers"
2
3 if TYPEC_TCPM
4
5 config TYPEC_TCPCI
6         tristate "Type-C Port Controller Interface driver"
7         depends on I2C
8         select REGMAP_I2C
9         help
10           Type-C Port Controller driver for TCPCI-compliant controller.
11
12 config TYPEC_RT1711H
13         tristate "Richtek RT1711H Type-C chip driver"
14         depends on I2C
15         select TYPEC_TCPCI
16         help
17           Richtek RT1711H Type-C chip driver that works with
18           Type-C Port Controller Manager to provide USB PD and USB
19           Type-C functionalities.
20
21 endif
22
23 endmenu