Kconfig (6f50fa2a6f1395ad5f59ce7b87730f1f3ea19d76) | Kconfig (47f11e0b40e97f373da4efbacee0a9526c816ed5) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2menuconfig EXTCON 3 tristate "External Connector Class (extcon) support" 4 help 5 Say Y here to enable external connector class (extcon) support. 6 This allows monitoring external connectors by userspace 7 via sysfs and uevent and supports external connectors with 8 multiple states; i.e., an extcon that may have multiple --- 167 unchanged lines hidden (view full) --- 176 tristate "USB GPIO extcon support" 177 depends on GPIOLIB || COMPILE_TEST 178 help 179 Say Y here to enable GPIO based USB cable detection extcon support. 180 Used typically if GPIO is used for USB ID pin detection. 181 182config EXTCON_USBC_CROS_EC 183 tristate "ChromeOS Embedded Controller EXTCON support" | 1# SPDX-License-Identifier: GPL-2.0-only 2menuconfig EXTCON 3 tristate "External Connector Class (extcon) support" 4 help 5 Say Y here to enable external connector class (extcon) support. 6 This allows monitoring external connectors by userspace 7 via sysfs and uevent and supports external connectors with 8 multiple states; i.e., an extcon that may have multiple --- 167 unchanged lines hidden (view full) --- 176 tristate "USB GPIO extcon support" 177 depends on GPIOLIB || COMPILE_TEST 178 help 179 Say Y here to enable GPIO based USB cable detection extcon support. 180 Used typically if GPIO is used for USB ID pin detection. 181 182config EXTCON_USBC_CROS_EC 183 tristate "ChromeOS Embedded Controller EXTCON support" |
184 depends on MFD_CROS_EC | 184 depends on CROS_EC |
185 help 186 Say Y here to enable USB Type C cable detection extcon support when 187 using Chrome OS EC based USB Type-C ports. 188 189endif | 185 help 186 Say Y here to enable USB Type C cable detection extcon support when 187 using Chrome OS EC based USB Type-C ports. 188 189endif |