Kconfig 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. # SPDX-License-Identifier: GPL-2.0
  2. config CLK_STARFIVE_JH71X0
  3. bool
  4. config CLK_STARFIVE_JH7100
  5. bool "StarFive JH7100 clock support"
  6. depends on ARCH_STARFIVE || COMPILE_TEST
  7. select CLK_STARFIVE_JH71X0
  8. default ARCH_STARFIVE
  9. help
  10. Say yes here to support the clock controller on the StarFive JH7100
  11. SoC.
  12. config CLK_STARFIVE_JH7100_AUDIO
  13. tristate "StarFive JH7100 audio clock support"
  14. depends on CLK_STARFIVE_JH7100
  15. select CLK_STARFIVE_JH71X0
  16. default m if ARCH_STARFIVE
  17. help
  18. Say Y or M here to support the audio clocks on the StarFive JH7100
  19. SoC.
  20. config CLK_STARFIVE_JH7110_PLL
  21. bool "StarFive JH7110 PLL clock support"
  22. depends on ARCH_STARFIVE || COMPILE_TEST
  23. default ARCH_STARFIVE
  24. help
  25. Say yes here to support the PLL clock controller on the
  26. StarFive JH7110 SoC.
  27. config CLK_STARFIVE_JH7110_SYS
  28. bool "StarFive JH7110 system clock support"
  29. depends on ARCH_STARFIVE || COMPILE_TEST
  30. select AUXILIARY_BUS
  31. select CLK_STARFIVE_JH71X0
  32. select RESET_STARFIVE_JH7110 if RESET_CONTROLLER
  33. select CLK_STARFIVE_JH7110_PLL
  34. default ARCH_STARFIVE
  35. help
  36. Say yes here to support the system clock controller on the
  37. StarFive JH7110 SoC.
  38. config CLK_STARFIVE_JH7110_AON
  39. tristate "StarFive JH7110 always-on clock support"
  40. depends on CLK_STARFIVE_JH7110_SYS
  41. default m if ARCH_STARFIVE
  42. help
  43. Say yes here to support the always-on clock controller on the
  44. StarFive JH7110 SoC.
  45. config CLK_STARFIVE_JH7110_STG
  46. tristate "StarFive JH7110 System-Top-Group clock support"
  47. depends on CLK_STARFIVE_JH7110_SYS
  48. default m if ARCH_STARFIVE
  49. help
  50. Say yes here to support the System-Top-Group clock controller
  51. on the StarFive JH7110 SoC.
  52. config CLK_STARFIVE_JH7110_ISP
  53. tristate "StarFive JH7110 Image-Signal-Process clock support"
  54. depends on CLK_STARFIVE_JH7110_SYS && JH71XX_PMU
  55. default m if ARCH_STARFIVE
  56. help
  57. Say yes here to support the Image-Signal-Process clock controller
  58. on the StarFive JH7110 SoC.
  59. config CLK_STARFIVE_JH7110_VOUT
  60. tristate "StarFive JH7110 Video-Output clock support"
  61. depends on CLK_STARFIVE_JH7110_SYS && JH71XX_PMU
  62. default m if ARCH_STARFIVE
  63. help
  64. Say yes here to support the Video-Output clock controller
  65. on the StarFive JH7110 SoC.