kill dentry_update_name_case()
[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         select TYPEC_TCPCI
15         help
16           Richtek RT1711H Type-C chip driver that works with
17           Type-C Port Controller Manager to provide USB PD and USB
18           Type-C functionalities.
19
20 endif
21
22 endmenu