Kconfig 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. menu "Ingenic SoCs drivers"
  3. depends on MIPS || COMPILE_TEST
  4. config INGENIC_CGU_COMMON
  5. bool
  6. config INGENIC_CGU_JZ4740
  7. bool "Ingenic JZ4740 CGU driver"
  8. default MACH_JZ4740
  9. select INGENIC_CGU_COMMON
  10. help
  11. Support the clocks provided by the CGU hardware on Ingenic JZ4740
  12. and compatible SoCs.
  13. If building for a JZ4740 SoC, you want to say Y here.
  14. config INGENIC_CGU_JZ4725B
  15. bool "Ingenic JZ4725B CGU driver"
  16. default MACH_JZ4725B
  17. select INGENIC_CGU_COMMON
  18. help
  19. Support the clocks provided by the CGU hardware on Ingenic JZ4725B
  20. and compatible SoCs.
  21. If building for a JZ4725B SoC, you want to say Y here.
  22. config INGENIC_CGU_JZ4770
  23. bool "Ingenic JZ4770 CGU driver"
  24. default MACH_JZ4770
  25. select INGENIC_CGU_COMMON
  26. help
  27. Support the clocks provided by the CGU hardware on Ingenic JZ4770
  28. and compatible SoCs.
  29. If building for a JZ4770 SoC, you want to say Y here.
  30. config INGENIC_CGU_JZ4780
  31. bool "Ingenic JZ4780 CGU driver"
  32. default MACH_JZ4780
  33. select INGENIC_CGU_COMMON
  34. help
  35. Support the clocks provided by the CGU hardware on Ingenic JZ4780
  36. and compatible SoCs.
  37. If building for a JZ4780 SoC, you want to say Y here.
  38. config INGENIC_CGU_X1000
  39. bool "Ingenic X1000 CGU driver"
  40. default MACH_X1000
  41. select INGENIC_CGU_COMMON
  42. help
  43. Support the clocks provided by the CGU hardware on Ingenic X1000
  44. and compatible SoCs.
  45. If building for a X1000 SoC, you want to say Y here.
  46. config INGENIC_CGU_X1830
  47. bool "Ingenic X1830 CGU driver"
  48. default MACH_X1830
  49. select INGENIC_CGU_COMMON
  50. help
  51. Support the clocks provided by the CGU hardware on Ingenic X1830
  52. and compatible SoCs.
  53. If building for a X1830 SoC, you want to say Y here.
  54. config INGENIC_TCU_CLK
  55. bool "Ingenic JZ47xx TCU clocks driver"
  56. default MACH_INGENIC
  57. select MFD_SYSCON
  58. help
  59. Support the clocks of the Timer/Counter Unit (TCU) of the Ingenic
  60. JZ47xx SoCs.
  61. endmenu