xref: /openbmc/linux/drivers/clk/ingenic/Kconfig (revision 0c874100)
1menu "Ingenic JZ47xx CGU drivers"
2	depends on MIPS
3
4config INGENIC_CGU_COMMON
5	bool
6
7config INGENIC_CGU_JZ4740
8	bool "Ingenic JZ4740 CGU driver"
9	default MACH_JZ4740
10	select INGENIC_CGU_COMMON
11	help
12	  Support the clocks provided by the CGU hardware on Ingenic JZ4740
13	  and compatible SoCs.
14
15	  If building for a JZ4740 SoC, you want to say Y here.
16
17config INGENIC_CGU_JZ4725B
18	bool "Ingenic JZ4725B CGU driver"
19	default MACH_JZ4725B
20	select INGENIC_CGU_COMMON
21	help
22	  Support the clocks provided by the CGU hardware on Ingenic JZ4725B
23	  and compatible SoCs.
24
25	  If building for a JZ4725B SoC, you want to say Y here.
26
27config INGENIC_CGU_JZ4770
28	bool "Ingenic JZ4770 CGU driver"
29	default MACH_JZ4770
30	select INGENIC_CGU_COMMON
31	help
32	  Support the clocks provided by the CGU hardware on Ingenic JZ4770
33	  and compatible SoCs.
34
35	  If building for a JZ4770 SoC, you want to say Y here.
36
37config INGENIC_CGU_JZ4780
38	bool "Ingenic JZ4780 CGU driver"
39	default MACH_JZ4780
40	select INGENIC_CGU_COMMON
41	help
42	  Support the clocks provided by the CGU hardware on Ingenic JZ4780
43	  and compatible SoCs.
44
45	  If building for a JZ4780 SoC, you want to say Y here.
46
47endmenu
48