Kconfig (c829a33253e018472335b02e6d8bb1bb4213a142) | Kconfig (db0f3baaa38bb587d831b1127082643b5e813074) |
---|---|
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 --- 38 unchanged lines hidden (view full) --- 47 depends on GPIOLIB && ACPI && (X86 || COMPILE_TEST) 48 help 49 Say Y here to enable extcon support for USB OTG ports controlled by 50 an Intel INT3496 ACPI device. 51 52 This ACPI device is typically found on Intel Baytrail or Cherrytrail 53 based tablets, or other Baytrail / Cherrytrail devices. 54 | 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 --- 38 unchanged lines hidden (view full) --- 47 depends on GPIOLIB && ACPI && (X86 || COMPILE_TEST) 48 help 49 Say Y here to enable extcon support for USB OTG ports controlled by 50 an Intel INT3496 ACPI device. 51 52 This ACPI device is typically found on Intel Baytrail or Cherrytrail 53 based tablets, or other Baytrail / Cherrytrail devices. 54 |
55config EXTCON_INTEL_CHT_WC 56 tristate "Intel Cherrytrail Whiskey Cove PMIC extcon driver" 57 depends on INTEL_SOC_PMIC_CHTWC 58 help 59 Say Y here to enable extcon support for charger detection / control 60 on the Intel Cherrytrail Whiskey Cove PMIC. 61 |
|
55config EXTCON_MAX14577 56 tristate "Maxim MAX14577/77836 EXTCON Support" 57 depends on MFD_MAX14577 58 select IRQ_DOMAIN 59 select REGMAP_I2C 60 help 61 If you say yes here you get support for the MUIC device of 62 Maxim MAX14577/77836. The MAX14577/77836 MUIC is a USB port accessory --- 83 unchanged lines hidden --- | 62config EXTCON_MAX14577 63 tristate "Maxim MAX14577/77836 EXTCON Support" 64 depends on MFD_MAX14577 65 select IRQ_DOMAIN 66 select REGMAP_I2C 67 help 68 If you say yes here you get support for the MUIC device of 69 Maxim MAX14577/77836. The MAX14577/77836 MUIC is a USB port accessory --- 83 unchanged lines hidden --- |