hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
# SPDX-License-Identifier: GPL-2.0
 
config TYPEC_TCPM
   tristate "USB Type-C Port Controller Manager"
   depends on USB
   select USB_ROLE_SWITCH
   select POWER_SUPPLY
   help
     The Type-C Port Controller Manager provides a USB PD and USB Type-C
     state machine for use with Type-C Port Controllers.
 
if TYPEC_TCPM
 
config TYPEC_TCPCI
   tristate "Type-C Port Controller Interface driver"
   depends on I2C
   select REGMAP_I2C
   help
     Type-C Port Controller driver for TCPCI-compliant controller.
 
if TYPEC_TCPCI
 
config TYPEC_ET7303
   tristate "Etek ET7303 Type-C chip driver"
   help
     Etek ET7303 Type-C chip driver that works with
     Type-C Port Controller Manager to provide USB PD and USB
     Type-C functionalities.
 
config TYPEC_HUSB311
   tristate "Hynetek HUSB311 Type-C chip driver"
   help
     Hynetek HUSB311 Type-C chip driver that works with
     Type-C Port Controller Manager to provide USB PD and USB
     Type-C functionalities.
 
config TYPEC_RT1711H
   tristate "Richtek RT1711H Type-C chip driver"
   help
     Richtek RT1711H Type-C chip driver that works with
     Type-C Port Controller Manager to provide USB PD and USB
     Type-C functionalities.
 
config TYPEC_MT6360
   tristate "Mediatek MT6360 Type-C driver"
   depends on MFD_MT6360
   help
     Mediatek MT6360 is a multi-functional IC that includes
     USB Type-C. It works with Type-C Port Controller Manager
     to provide USB PD and USB Type-C functionalities.
 
config TYPEC_TCPCI_MAXIM
   tristate "Maxim TCPCI based Type-C chip driver"
   help
     MAXIM TCPCI based Type-C/PD chip driver. Works with
     with Type-C Port Controller Manager.
 
endif # TYPEC_TCPCI
 
config TYPEC_FUSB302
   tristate "Fairchild FUSB302 Type-C chip driver"
   depends on I2C
   depends on EXTCON || !EXTCON
   help
     The Fairchild FUSB302 Type-C chip driver that works with
     Type-C Port Controller Manager to provide USB PD and USB
     Type-C functionalities.
 
config TYPEC_WCOVE
   tristate "Intel WhiskeyCove PMIC USB Type-C PHY driver"
   depends on ACPI
   depends on MFD_INTEL_PMC_BXT
   depends on BXT_WC_PMIC_OPREGION
   help
     This driver adds support for USB Type-C on Intel Broxton platforms
     that have Intel Whiskey Cove PMIC. The driver works with USB Type-C
     Port Controller Manager to provide USB PD and Type-C functionalities.
 
     To compile this driver as module, choose M here: the module will be
     called typec_wcove.ko
 
endif # TYPEC_TCPM