Kconfig (cf40a76e7d5874bb25f4404eecc58a2e033af885) | Kconfig (d54f063cdbe414590c97d990111ddff25c6f9593) |
---|---|
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 --- 16 unchanged lines hidden (view full) --- 25 depends on MFD_ARIZONA && INPUT && SND_SOC 26 help 27 Say Y here to enable support for external accessory detection 28 with Wolfson Arizona devices. These are audio CODECs with 29 advanced audio accessory detection support. 30 31config EXTCON_AXP288 32 tristate "X-Power AXP288 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 --- 16 unchanged lines hidden (view full) --- 25 depends on MFD_ARIZONA && INPUT && SND_SOC 26 help 27 Say Y here to enable support for external accessory detection 28 with Wolfson Arizona devices. These are audio CODECs with 29 advanced audio accessory detection support. 30 31config EXTCON_AXP288 32 tristate "X-Power AXP288 EXTCON support" |
33 depends on MFD_AXP20X && USB_PHY | 33 depends on MFD_AXP20X && USB_SUPPORT && X86 34 select USB_ROLE_SWITCH |
34 help 35 Say Y here to enable support for USB peripheral detection 36 and USB MUX switching by X-Power AXP288 PMIC. 37 38config EXTCON_GPIO 39 tristate "GPIO extcon support" 40 depends on GPIOLIB || COMPILE_TEST 41 help --- 119 unchanged lines hidden --- | 35 help 36 Say Y here to enable support for USB peripheral detection 37 and USB MUX switching by X-Power AXP288 PMIC. 38 39config EXTCON_GPIO 40 tristate "GPIO extcon support" 41 depends on GPIOLIB || COMPILE_TEST 42 help --- 119 unchanged lines hidden --- |