Kconfig 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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_IPQ8064
  23. tristate "Qualcomm IPQ8064 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 IPQ8064 platform.
  29. config PINCTRL_MSM8660
  30. tristate "Qualcomm 8660 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 8660 platform.
  36. config PINCTRL_MSM8960
  37. tristate "Qualcomm 8960 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 8960 platform.
  43. config PINCTRL_MSM8X74
  44. tristate "Qualcomm 8x74 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 8974 platform.
  50. config PINCTRL_MSM8916
  51. tristate "Qualcomm 8916 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 on the Qualcomm 8916 platform.
  57. config PINCTRL_QCOM_SPMI_PMIC
  58. tristate "Qualcomm SPMI PMIC pin controller driver"
  59. depends on GPIOLIB && OF && SPMI
  60. select REGMAP_SPMI
  61. select PINMUX
  62. select PINCONF
  63. select GENERIC_PINCONF
  64. help
  65. This is the pinctrl, pinmux, pinconf and gpiolib driver for the
  66. Qualcomm GPIO and MPP blocks found in the Qualcomm PMIC's chips,
  67. which are using SPMI for communication with SoC. Example PMIC's
  68. devices are pm8841, pm8941 and pma8084.
  69. endif