Kconfig 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. config COMMON_CLK_QCOM
  2. tristate "Support for Qualcomm's clock controllers"
  3. depends on OF
  4. select REGMAP_MMIO
  5. select RESET_CONTROLLER
  6. config APQ_GCC_8084
  7. tristate "APQ8084 Global Clock Controller"
  8. depends on COMMON_CLK_QCOM
  9. help
  10. Support for the global clock controller on apq8084 devices.
  11. Say Y if you want to use peripheral devices such as UART, SPI,
  12. i2c, USB, SD/eMMC, SATA, PCIe, etc.
  13. config APQ_MMCC_8084
  14. tristate "APQ8084 Multimedia Clock Controller"
  15. select APQ_GCC_8084
  16. depends on COMMON_CLK_QCOM
  17. help
  18. Support for the multimedia clock controller on apq8084 devices.
  19. Say Y if you want to support multimedia devices such as display,
  20. graphics, video encode/decode, camera, etc.
  21. config IPQ_GCC_806X
  22. tristate "IPQ806x Global Clock Controller"
  23. depends on COMMON_CLK_QCOM
  24. help
  25. Support for the global clock controller on ipq806x devices.
  26. Say Y if you want to use peripheral devices such as UART, SPI,
  27. i2c, USB, SD/eMMC, etc.
  28. config MSM_GCC_8660
  29. tristate "MSM8660 Global Clock Controller"
  30. depends on COMMON_CLK_QCOM
  31. help
  32. Support for the global clock controller on msm8660 devices.
  33. Say Y if you want to use peripheral devices such as UART, SPI,
  34. i2c, USB, SD/eMMC, etc.
  35. config MSM_GCC_8960
  36. tristate "APQ8064/MSM8960 Global Clock Controller"
  37. depends on COMMON_CLK_QCOM
  38. help
  39. Support for the global clock controller on apq8064/msm8960 devices.
  40. Say Y if you want to use peripheral devices such as UART, SPI,
  41. i2c, USB, SD/eMMC, SATA, PCIe, etc.
  42. config MSM_MMCC_8960
  43. tristate "MSM8960 Multimedia Clock Controller"
  44. select MSM_GCC_8960
  45. depends on COMMON_CLK_QCOM
  46. help
  47. Support for the multimedia clock controller on msm8960 devices.
  48. Say Y if you want to support multimedia devices such as display,
  49. graphics, video encode/decode, camera, etc.
  50. config MSM_GCC_8974
  51. tristate "MSM8974 Global Clock Controller"
  52. depends on COMMON_CLK_QCOM
  53. help
  54. Support for the global clock controller on msm8974 devices.
  55. Say Y if you want to use peripheral devices such as UART, SPI,
  56. i2c, USB, SD/eMMC, SATA, PCIe, etc.
  57. config MSM_MMCC_8974
  58. tristate "MSM8974 Multimedia Clock Controller"
  59. select MSM_GCC_8974
  60. depends on COMMON_CLK_QCOM
  61. help
  62. Support for the multimedia clock controller on msm8974 devices.
  63. Say Y if you want to support multimedia devices such as display,
  64. graphics, video encode/decode, camera, etc.