Kconfig 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. if (ARCH_QCOM || COMPILE_TEST)
  2. config PINCTRL_MSM
  3. bool
  4. select PINMUX
  5. select PINCONF
  6. select GENERIC_PINCONF
  7. select GPIOLIB_IRQCHIP
  8. config PINCTRL_APQ8064
  9. tristate "Qualcomm APQ8064 pin controller driver"
  10. depends on GPIOLIB && OF
  11. select PINCTRL_MSM
  12. help
  13. This is the pinctrl, pinmux, pinconf and gpiolib driver for the
  14. Qualcomm TLMM block found in the Qualcomm APQ8064 platform.
  15. config PINCTRL_APQ8084
  16. tristate "Qualcomm APQ8084 pin controller driver"
  17. depends on GPIOLIB && OF
  18. select PINCTRL_MSM
  19. help
  20. This is the pinctrl, pinmux, pinconf and gpiolib driver for the
  21. Qualcomm TLMM block found in the Qualcomm APQ8084 platform.
  22. config PINCTRL_IPQ4019
  23. tristate "Qualcomm IPQ4019 pin controller driver"
  24. depends on GPIOLIB && OF
  25. select PINCTRL_MSM
  26. help
  27. This is the pinctrl, pinmux, pinconf and gpiolib driver for the
  28. Qualcomm TLMM block found in the Qualcomm IPQ4019 platform.
  29. config PINCTRL_IPQ8064
  30. tristate "Qualcomm IPQ8064 pin controller driver"
  31. depends on GPIOLIB && OF
  32. select PINCTRL_MSM
  33. help
  34. This is the pinctrl, pinmux, pinconf and gpiolib driver for the
  35. Qualcomm TLMM block found in the Qualcomm IPQ8064 platform.
  36. config PINCTRL_MSM8660
  37. tristate "Qualcomm 8660 pin controller driver"
  38. depends on GPIOLIB && OF
  39. select PINCTRL_MSM
  40. help
  41. This is the pinctrl, pinmux, pinconf and gpiolib driver for the
  42. Qualcomm TLMM block found in the Qualcomm 8660 platform.
  43. config PINCTRL_MSM8960
  44. tristate "Qualcomm 8960 pin controller driver"
  45. depends on GPIOLIB && OF
  46. select PINCTRL_MSM
  47. help
  48. This is the pinctrl, pinmux, pinconf and gpiolib driver for the
  49. Qualcomm TLMM block found in the Qualcomm 8960 platform.
  50. config PINCTRL_MDM9615
  51. tristate "Qualcomm 9615 pin controller driver"
  52. depends on GPIOLIB && OF
  53. select PINCTRL_MSM
  54. help
  55. This is the pinctrl, pinmux, pinconf and gpiolib driver for the
  56. Qualcomm TLMM block found in the Qualcomm 9615 platform.
  57. config PINCTRL_MSM8X74
  58. tristate "Qualcomm 8x74 pin controller driver"
  59. depends on GPIOLIB && OF
  60. select PINCTRL_MSM
  61. help
  62. This is the pinctrl, pinmux, pinconf and gpiolib driver for the
  63. Qualcomm TLMM block found in the Qualcomm 8974 platform.
  64. config PINCTRL_MSM8916
  65. tristate "Qualcomm 8916 pin controller driver"
  66. depends on GPIOLIB && OF
  67. select PINCTRL_MSM
  68. help
  69. This is the pinctrl, pinmux, pinconf and gpiolib driver for the
  70. Qualcomm TLMM block found on the Qualcomm 8916 platform.
  71. config PINCTRL_MSM8996
  72. tristate "Qualcomm MSM8996 pin controller driver"
  73. depends on GPIOLIB && OF
  74. select PINCTRL_MSM
  75. help
  76. This is the pinctrl, pinmux, pinconf and gpiolib driver for the
  77. Qualcomm TLMM block found in the Qualcomm MSM8996 platform.
  78. config PINCTRL_QDF2XXX
  79. tristate "Qualcomm Technologies QDF2xxx pin controller driver"
  80. depends on GPIOLIB && ACPI
  81. select PINCTRL_MSM
  82. help
  83. This is the GPIO driver for the TLMM block found on the
  84. Qualcomm Technologies QDF2xxx SOCs.
  85. config PINCTRL_QCOM_SPMI_PMIC
  86. tristate "Qualcomm SPMI PMIC pin controller driver"
  87. depends on GPIOLIB && OF && SPMI
  88. select REGMAP_SPMI
  89. select PINMUX
  90. select PINCONF
  91. select GENERIC_PINCONF
  92. help
  93. This is the pinctrl, pinmux, pinconf and gpiolib driver for the
  94. Qualcomm GPIO and MPP blocks found in the Qualcomm PMIC's chips,
  95. which are using SPMI for communication with SoC. Example PMIC's
  96. devices are pm8841, pm8941 and pma8084.
  97. config PINCTRL_QCOM_SSBI_PMIC
  98. tristate "Qualcomm SSBI PMIC pin controller driver"
  99. depends on GPIOLIB && OF
  100. select PINMUX
  101. select PINCONF
  102. select GENERIC_PINCONF
  103. help
  104. This is the pinctrl, pinmux, pinconf and gpiolib driver for the
  105. Qualcomm GPIO and MPP blocks found in the Qualcomm PMIC's chips,
  106. which are using SSBI for communication with SoC. Example PMIC's
  107. devices are pm8058 and pm8921.
  108. endif