Kconfig (d68c51e0b377838dd31b37707813bb62089f399c) | Kconfig (a781a7d646ada7a69da4d2a804fe3405f2606b17) |
---|---|
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 --- 101 unchanged lines hidden (view full) --- 110 tristate "Palmas USB EXTCON support" 111 depends on MFD_PALMAS 112 help 113 Say Y here to enable support for USB peripheral and USB host 114 detection by palmas usb. 115 116config EXTCON_QCOM_SPMI_MISC 117 tristate "Qualcomm USB extcon support" | 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 --- 101 unchanged lines hidden (view full) --- 110 tristate "Palmas USB EXTCON support" 111 depends on MFD_PALMAS 112 help 113 Say Y here to enable support for USB peripheral and USB host 114 detection by palmas usb. 115 116config EXTCON_QCOM_SPMI_MISC 117 tristate "Qualcomm USB extcon support" |
118 depends on ARCH_QCOM || COMPILE_TEST |
|
118 help 119 Say Y here to enable SPMI PMIC based USB cable detection 120 support on Qualcomm PMICs such as PM8941. 121 122config EXTCON_RT8973A 123 tristate "Richtek RT8973A EXTCON support" 124 depends on I2C 125 select IRQ_DOMAIN --- 27 unchanged lines hidden --- | 119 help 120 Say Y here to enable SPMI PMIC based USB cable detection 121 support on Qualcomm PMICs such as PM8941. 122 123config EXTCON_RT8973A 124 tristate "Richtek RT8973A EXTCON support" 125 depends on I2C 126 select IRQ_DOMAIN --- 27 unchanged lines hidden --- |