Kconfig 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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_JZ4760
  23. bool "Ingenic JZ4760 CGU driver"
  24. default MACH_JZ4760
  25. select INGENIC_CGU_COMMON
  26. help
  27. Support the clocks provided by the CGU hardware on Ingenic JZ4760
  28. and compatible SoCs.
  29. If building for a JZ4760 SoC, you want to say Y here.
  30. config INGENIC_CGU_JZ4770
  31. bool "Ingenic JZ4770 CGU driver"
  32. default MACH_JZ4770
  33. select INGENIC_CGU_COMMON
  34. help
  35. Support the clocks provided by the CGU hardware on Ingenic JZ4770
  36. and compatible SoCs.
  37. If building for a JZ4770 SoC, you want to say Y here.
  38. config INGENIC_CGU_JZ4780
  39. bool "Ingenic JZ4780 CGU driver"
  40. default MACH_JZ4780
  41. select INGENIC_CGU_COMMON
  42. help
  43. Support the clocks provided by the CGU hardware on Ingenic JZ4780
  44. and compatible SoCs.
  45. If building for a JZ4780 SoC, you want to say Y here.
  46. config INGENIC_CGU_X1000
  47. bool "Ingenic X1000 CGU driver"
  48. default MACH_X1000
  49. select INGENIC_CGU_COMMON
  50. help
  51. Support the clocks provided by the CGU hardware on Ingenic X1000
  52. and compatible SoCs.
  53. If building for a X1000 SoC, you want to say Y here.
  54. config INGENIC_CGU_X1830
  55. bool "Ingenic X1830 CGU driver"
  56. default MACH_X1830
  57. select INGENIC_CGU_COMMON
  58. help
  59. Support the clocks provided by the CGU hardware on Ingenic X1830
  60. and compatible SoCs.
  61. If building for a X1830 SoC, you want to say Y here.
  62. config INGENIC_TCU_CLK
  63. bool "Ingenic JZ47xx TCU clocks driver"
  64. default MACH_INGENIC
  65. select MFD_SYSCON
  66. help
  67. Support the clocks of the Timer/Counter Unit (TCU) of the Ingenic
  68. JZ47xx SoCs.
  69. endmenu