Kconfig 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  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_MSM8994
  72. tristate "Qualcomm 8994 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 8994 platform. The
  78. Qualcomm 8992 platform is also supported by this driver.
  79. config PINCTRL_MSM8996
  80. tristate "Qualcomm MSM8996 pin controller driver"
  81. depends on GPIOLIB && OF
  82. select PINCTRL_MSM
  83. help
  84. This is the pinctrl, pinmux, pinconf and gpiolib driver for the
  85. Qualcomm TLMM block found in the Qualcomm MSM8996 platform.
  86. config PINCTRL_QDF2XXX
  87. tristate "Qualcomm Technologies QDF2xxx pin controller driver"
  88. depends on GPIOLIB && ACPI
  89. select PINCTRL_MSM
  90. help
  91. This is the GPIO driver for the TLMM block found on the
  92. Qualcomm Technologies QDF2xxx SOCs.
  93. config PINCTRL_QCOM_SPMI_PMIC
  94. tristate "Qualcomm SPMI PMIC pin controller driver"
  95. depends on GPIOLIB && OF && SPMI
  96. select REGMAP_SPMI
  97. select PINMUX
  98. select PINCONF
  99. select GENERIC_PINCONF
  100. help
  101. This is the pinctrl, pinmux, pinconf and gpiolib driver for the
  102. Qualcomm GPIO and MPP blocks found in the Qualcomm PMIC's chips,
  103. which are using SPMI for communication with SoC. Example PMIC's
  104. devices are pm8841, pm8941 and pma8084.
  105. config PINCTRL_QCOM_SSBI_PMIC
  106. tristate "Qualcomm SSBI PMIC pin controller driver"
  107. depends on GPIOLIB && OF
  108. select PINMUX
  109. select PINCONF
  110. select GENERIC_PINCONF
  111. help
  112. This is the pinctrl, pinmux, pinconf and gpiolib driver for the
  113. Qualcomm GPIO and MPP blocks found in the Qualcomm PMIC's chips,
  114. which are using SSBI for communication with SoC. Example PMIC's
  115. devices are pm8058 and pm8921.
  116. endif