Kconfig (362f6729cbb1d6bbab59e069f19441b0622ff7ec) Kconfig (c698316661096e036b54448039b35e1c2c5809f0)
1menuconfig EXTCON
2 tristate "External Connector Class (extcon) support"
3 help
4 Say Y here to enable external connector class (extcon) support.
5 This allows monitoring external connectors by userspace
6 via sysfs and uevent and supports external connectors with
7 multiple states; i.e., an extcon that may have multiple
8 cables attached. For example, an external connector of a device

--- 136 unchanged lines hidden (view full) ---

145
146config EXTCON_USB_GPIO
147 tristate "USB GPIO extcon support"
148 depends on GPIOLIB || COMPILE_TEST
149 help
150 Say Y here to enable GPIO based USB cable detection extcon support.
151 Used typically if GPIO is used for USB ID pin detection.
152
1menuconfig EXTCON
2 tristate "External Connector Class (extcon) support"
3 help
4 Say Y here to enable external connector class (extcon) support.
5 This allows monitoring external connectors by userspace
6 via sysfs and uevent and supports external connectors with
7 multiple states; i.e., an extcon that may have multiple
8 cables attached. For example, an external connector of a device

--- 136 unchanged lines hidden (view full) ---

145
146config EXTCON_USB_GPIO
147 tristate "USB GPIO extcon support"
148 depends on GPIOLIB || COMPILE_TEST
149 help
150 Say Y here to enable GPIO based USB cable detection extcon support.
151 Used typically if GPIO is used for USB ID pin detection.
152
153config EXTCON_USBC_CROS_EC
154 tristate "ChromeOS Embedded Controller EXTCON support"
155 depends on MFD_CROS_EC
156 help
157 Say Y here to enable USB Type C cable detection extcon support when
158 using Chrome OS EC based USB Type-C ports.
159
153endif
160endif