Kconfig 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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 OF_EXTCON
  15. def_tristate y
  16. depends on OF
  17. config EXTCON_GPIO
  18. tristate "GPIO extcon support"
  19. depends on GPIOLIB
  20. help
  21. Say Y here to enable GPIO based extcon support. Note that GPIO
  22. extcon supports single state per extcon instance.
  23. config EXTCON_ADC_JACK
  24. tristate "ADC Jack extcon support"
  25. depends on IIO
  26. help
  27. Say Y here to enable extcon device driver based on ADC values.
  28. config EXTCON_MAX77693
  29. tristate "MAX77693 EXTCON Support"
  30. depends on MFD_MAX77693 && INPUT
  31. select IRQ_DOMAIN
  32. select REGMAP_I2C
  33. help
  34. If you say yes here you get support for the MUIC device of
  35. Maxim MAX77693 PMIC. The MAX77693 MUIC is a USB port accessory
  36. detector and switch.
  37. config EXTCON_MAX8997
  38. tristate "MAX8997 EXTCON Support"
  39. depends on MFD_MAX8997 && IRQ_DOMAIN
  40. help
  41. If you say yes here you get support for the MUIC device of
  42. Maxim MAX8997 PMIC. The MAX8997 MUIC is a USB port accessory
  43. detector and switch.
  44. config EXTCON_ARIZONA
  45. tristate "Wolfson Arizona EXTCON support"
  46. depends on MFD_ARIZONA && INPUT && SND_SOC
  47. help
  48. Say Y here to enable support for external accessory detection
  49. with Wolfson Arizona devices. These are audio CODECs with
  50. advanced audio accessory detection support.
  51. config EXTCON_PALMAS
  52. tristate "Palmas USB EXTCON support"
  53. depends on MFD_PALMAS
  54. help
  55. Say Y here to enable support for USB peripheral and USB host
  56. detection by palmas usb.
  57. endif # MULTISTATE_SWITCH