Kconfig (277a163c83d7ba93fba1e8980d29a9f8bfcfba6c) | Kconfig (4706a5253bcc502a5889feb98392ea7b15dd936e) |
---|---|
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 --- 14 unchanged lines hidden (view full) --- 23 24config EXTCON_ADC_JACK 25 tristate "ADC Jack extcon support" 26 depends on IIO 27 help 28 Say Y here to enable extcon device driver based on ADC values. 29 30config EXTCON_MAX14577 | 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 --- 14 unchanged lines hidden (view full) --- 23 24config EXTCON_ADC_JACK 25 tristate "ADC Jack extcon support" 26 depends on IIO 27 help 28 Say Y here to enable extcon device driver based on ADC values. 29 30config EXTCON_MAX14577 |
31 tristate "MAX14577 EXTCON Support" | 31 tristate "MAX14577/77836 EXTCON Support" |
32 depends on MFD_MAX14577 33 select IRQ_DOMAIN 34 select REGMAP_I2C 35 help 36 If you say yes here you get support for the MUIC device of | 32 depends on MFD_MAX14577 33 select IRQ_DOMAIN 34 select REGMAP_I2C 35 help 36 If you say yes here you get support for the MUIC device of |
37 Maxim MAX14577 PMIC. The MAX14577 MUIC is a USB port accessory | 37 Maxim MAX14577/77836. The MAX14577/77836 MUIC is a USB port accessory |
38 detector and switch. 39 40config EXTCON_MAX77693 41 tristate "MAX77693 EXTCON Support" 42 depends on MFD_MAX77693 && INPUT 43 select IRQ_DOMAIN 44 select REGMAP_I2C 45 help --- 28 unchanged lines hidden --- | 38 detector and switch. 39 40config EXTCON_MAX77693 41 tristate "MAX77693 EXTCON Support" 42 depends on MFD_MAX77693 && INPUT 43 select IRQ_DOMAIN 44 select REGMAP_I2C 45 help --- 28 unchanged lines hidden --- |