Kconfig (b70366e5d31788650b2a5cec5cd13ea80ac7e44a) Kconfig (059c7874b87575e48d2c7702849ff56017059195)
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

--- 30 unchanged lines hidden (view full) ---

39 tristate "GPIO extcon support"
40 depends on GPIOLIB || COMPILE_TEST
41 help
42 Say Y here to enable GPIO based extcon support. Note that GPIO
43 extcon supports single state per extcon instance.
44
45config EXTCON_INTEL_INT3496
46 tristate "Intel INT3496 ACPI device extcon driver"
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

--- 30 unchanged lines hidden (view full) ---

39 tristate "GPIO extcon support"
40 depends on GPIOLIB || COMPILE_TEST
41 help
42 Say Y here to enable GPIO based extcon support. Note that GPIO
43 extcon supports single state per extcon instance.
44
45config EXTCON_INTEL_INT3496
46 tristate "Intel INT3496 ACPI device extcon driver"
47 depends on GPIOLIB && ACPI
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_MAX14577

--- 90 unchanged lines hidden ---
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_MAX14577

--- 90 unchanged lines hidden ---