Kconfig (c13aca79ff3c4af5fd31a5b2743a90eba6e36a26) | Kconfig (4ed754de2d66084d4a7785f565d7c42ad89a3ea9) |
---|---|
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 --- 100 unchanged lines hidden (view full) --- 109 110config EXTCON_PALMAS 111 tristate "Palmas USB EXTCON support" 112 depends on MFD_PALMAS 113 help 114 Say Y here to enable support for USB peripheral and USB host 115 detection by palmas usb. 116 | 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 --- 100 unchanged lines hidden (view full) --- 109 110config EXTCON_PALMAS 111 tristate "Palmas USB EXTCON support" 112 depends on MFD_PALMAS 113 help 114 Say Y here to enable support for USB peripheral and USB host 115 detection by palmas usb. 116 |
117config EXTCON_PTN5150 118 tristate "NXP PTN5150 CC LOGIC USB EXTCON support" 119 depends on I2C && GPIOLIB || COMPILE_TEST 120 select REGMAP_I2C 121 help 122 Say Y here to enable support for USB peripheral and USB host 123 detection by NXP PTN5150 CC (Configuration Channel) logic chip. 124 |
|
117config EXTCON_QCOM_SPMI_MISC 118 tristate "Qualcomm USB extcon support" 119 depends on ARCH_QCOM || COMPILE_TEST 120 help 121 Say Y here to enable SPMI PMIC based USB cable detection 122 support on Qualcomm PMICs such as PM8941. 123 124config EXTCON_RT8973A --- 37 unchanged lines hidden --- | 125config EXTCON_QCOM_SPMI_MISC 126 tristate "Qualcomm USB extcon support" 127 depends on ARCH_QCOM || COMPILE_TEST 128 help 129 Say Y here to enable SPMI PMIC based USB cable detection 130 support on Qualcomm PMICs such as PM8941. 131 132config EXTCON_RT8973A --- 37 unchanged lines hidden --- |