Kconfig 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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_MAX14577
  29. tristate "MAX14577 EXTCON Support"
  30. depends on MFD_MAX14577
  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 MAX14577 PMIC. The MAX14577 MUIC is a USB port accessory
  36. detector and switch.
  37. config EXTCON_MAX77693
  38. tristate "MAX77693 EXTCON Support"
  39. depends on MFD_MAX77693 && INPUT
  40. select IRQ_DOMAIN
  41. select REGMAP_I2C
  42. help
  43. If you say yes here you get support for the MUIC device of
  44. Maxim MAX77693 PMIC. The MAX77693 MUIC is a USB port accessory
  45. detector and switch.
  46. config EXTCON_MAX8997
  47. tristate "MAX8997 EXTCON Support"
  48. depends on MFD_MAX8997 && IRQ_DOMAIN
  49. help
  50. If you say yes here you get support for the MUIC device of
  51. Maxim MAX8997 PMIC. The MAX8997 MUIC is a USB port accessory
  52. detector and switch.
  53. config EXTCON_ARIZONA
  54. tristate "Wolfson Arizona EXTCON support"
  55. depends on MFD_ARIZONA && INPUT && SND_SOC
  56. help
  57. Say Y here to enable support for external accessory detection
  58. with Wolfson Arizona devices. These are audio CODECs with
  59. advanced audio accessory detection support.
  60. config EXTCON_PALMAS
  61. tristate "Palmas USB EXTCON support"
  62. depends on MFD_PALMAS
  63. help
  64. Say Y here to enable support for USB peripheral and USB host
  65. detection by palmas usb.
  66. endif # MULTISTATE_SWITCH