Kconfig 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. menuconfig 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
  9. may be used to connect an HDMI cable and a AC adaptor, and to
  10. host USB ports. Many of 30-pin connectors including PDMI are
  11. also good examples.
  12. if EXTCON
  13. comment "Extcon Device Drivers"
  14. config EXTCON_GPIO
  15. tristate "GPIO extcon support"
  16. depends on GPIOLIB
  17. help
  18. Say Y here to enable GPIO based extcon support. Note that GPIO
  19. extcon supports single state per extcon instance.
  20. config EXTCON_ADC_JACK
  21. tristate "ADC Jack extcon support"
  22. depends on IIO
  23. help
  24. Say Y here to enable extcon device driver based on ADC values.
  25. config EXTCON_MAX77693
  26. tristate "MAX77693 EXTCON Support"
  27. depends on MFD_MAX77693 && INPUT
  28. select IRQ_DOMAIN
  29. select REGMAP_I2C
  30. help
  31. If you say yes here you get support for the MUIC device of
  32. Maxim MAX77693 PMIC. The MAX77693 MUIC is a USB port accessory
  33. detector and switch.
  34. config EXTCON_MAX8997
  35. tristate "MAX8997 EXTCON Support"
  36. depends on MFD_MAX8997 && IRQ_DOMAIN
  37. help
  38. If you say yes here you get support for the MUIC device of
  39. Maxim MAX8997 PMIC. The MAX8997 MUIC is a USB port accessory
  40. detector and switch.
  41. config EXTCON_ARIZONA
  42. tristate "Wolfson Arizona EXTCON support"
  43. depends on MFD_ARIZONA && INPUT && SND_SOC
  44. help
  45. Say Y here to enable support for external accessory detection
  46. with Wolfson Arizona devices. These are audio CODECs with
  47. advanced audio accessory detection support.
  48. config EXTCON_PALMAS
  49. tristate "Palmas USB EXTCON support"
  50. depends on MFD_PALMAS
  51. help
  52. Say Y here to enable support for USB peripheral and USB host
  53. detection by palmas usb.
  54. endif # MULTISTATE_SWITCH