blob: ee33c611400cdeccd5ceef855cfc11f0ba9d3ee4 [file] [log] [blame]
Jerome Brunet3da39a82019-02-10 14:54:30 +01001config 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
Jerome Brunetd03f5f02019-02-11 16:45:01 +010016
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
Igor Prusov072c98b2023-09-25 18:52:09 +030024
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
Neil Armstronga18092222023-12-18 10:47:55 +010032
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.