Kconfig 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. # SPDX-License-Identifier: GPL-2.0
  2. # common clock support for ROCKCHIP SoC family.
  3. config COMMON_CLK_ROCKCHIP
  4. bool "Rockchip clock controller common support"
  5. depends on ARCH_ROCKCHIP
  6. default ARCH_ROCKCHIP
  7. help
  8. Say y here to enable common clock controller for Rockchip platforms.
  9. if COMMON_CLK_ROCKCHIP
  10. config CLK_PX30
  11. bool "Rockchip PX30 clock controller support"
  12. depends on ARM64 || COMPILE_TEST
  13. default y
  14. help
  15. Build the driver for PX30 Clock Driver.
  16. config CLK_RV110X
  17. bool "Rockchip RV110x clock controller support"
  18. depends on ARM || COMPILE_TEST
  19. default y
  20. help
  21. Build the driver for RV110x Clock Driver.
  22. config CLK_RV1126
  23. bool "Rockchip RV1126 clock controller support"
  24. depends on ARM || COMPILE_TEST
  25. default y
  26. help
  27. Build the driver for RV1126 Clock Driver.
  28. config CLK_RK3036
  29. bool "Rockchip RK3036 clock controller support"
  30. depends on ARM || COMPILE_TEST
  31. default y
  32. help
  33. Build the driver for RK3036 Clock Driver.
  34. config CLK_RK312X
  35. bool "Rockchip RK312x clock controller support"
  36. depends on ARM || COMPILE_TEST
  37. default y
  38. help
  39. Build the driver for RK312x Clock Driver.
  40. config CLK_RK3188
  41. bool "Rockchip RK3188 clock controller support"
  42. depends on ARM || COMPILE_TEST
  43. default y
  44. help
  45. Build the driver for RK3188 Clock Driver.
  46. config CLK_RK322X
  47. bool "Rockchip RK322x clock controller support"
  48. depends on ARM || COMPILE_TEST
  49. default y
  50. help
  51. Build the driver for RK322x Clock Driver.
  52. config CLK_RK3288
  53. bool "Rockchip RK3288 clock controller support"
  54. depends on ARM || COMPILE_TEST
  55. default y
  56. help
  57. Build the driver for RK3288 Clock Driver.
  58. config CLK_RK3308
  59. bool "Rockchip RK3308 clock controller support"
  60. depends on ARM64 || COMPILE_TEST
  61. default y
  62. help
  63. Build the driver for RK3308 Clock Driver.
  64. config CLK_RK3328
  65. bool "Rockchip RK3328 clock controller support"
  66. depends on ARM64 || COMPILE_TEST
  67. default y
  68. help
  69. Build the driver for RK3328 Clock Driver.
  70. config CLK_RK3368
  71. bool "Rockchip RK3368 clock controller support"
  72. depends on ARM64 || COMPILE_TEST
  73. default y
  74. help
  75. Build the driver for RK3368 Clock Driver.
  76. config CLK_RK3399
  77. bool "Rockchip RK3399 clock controller support"
  78. depends on ARM64 || COMPILE_TEST
  79. default y
  80. help
  81. Build the driver for RK3399 Clock Driver.
  82. config CLK_RK3568
  83. bool "Rockchip RK3568 clock controller support"
  84. depends on ARM64 || COMPILE_TEST
  85. default y
  86. help
  87. Build the driver for RK3568 Clock Driver.
  88. config CLK_RK3576
  89. bool "Rockchip RK3576 clock controller support"
  90. depends on ARM64 || COMPILE_TEST
  91. default y
  92. help
  93. Build the driver for RK3576 Clock Driver.
  94. config CLK_RK3588
  95. bool "Rockchip RK3588 clock controller support"
  96. depends on ARM64 || COMPILE_TEST
  97. default y
  98. help
  99. Build the driver for RK3588 Clock Driver.
  100. endif