1config CLK_MESON_GX
2	bool "Enable clock support for Amlogic GX"
3	depends on CLK && ARCH_MESON
4	default MESON_GX
5	help
6	  Enable clock support for the Amlogic GX SoC family, such as
7	  the S905, S905X/D and S912.
8
9config CLK_MESON_AXG
10	bool "Enable clock support for Amlogic AXG"
11	depends on CLK && ARCH_MESON
12	default MESON_AXG
13	help
14	  Enable clock support for the Amlogic AXG SoC family, such as
15	  the A113X/D
16
17config CLK_MESON_G12A
18	bool "Enable clock support for Amlogic G12A"
19	depends on CLK && ARCH_MESON
20	default MESON_G12A
21	help
22	  Enable clock support for the Amlogic G12A SoC family, such as
23	  the S905X/D2
24
25config CLK_MESON_A1
26	bool "Enable clock support for Amlogic A1"
27	depends on CLK && ARCH_MESON
28	default MESON_A1
29	help
30	  Enable clock support for the Amlogic A1 SoC family, such as
31	  the A113L
32
33config CLK_MESON_MSR
34	bool "Enable clock measure driver for Amlogic SoCs"
35	depends on CLK && ARCH_MESON
36	depends on CMD_CLK
37	default ARCH_MESON
38	help
39	  Enable measuring a set of internal Amlogic SoC clock frequencies
40	  using the Hardware Clock Measure registers and print them using
41	  the clk dump command.
42