Jerome Brunet | 3da39a8 | 2019-02-10 14:54:30 +0100 | [diff] [blame] | 1 | config 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 | |
| 9 | config 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 Brunet | d03f5f0 | 2019-02-11 16:45:01 +0100 | [diff] [blame] | 16 | |
| 17 | config 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 Prusov | 072c98b | 2023-09-25 18:52:09 +0300 | [diff] [blame] | 24 | |
| 25 | config 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 Armstrong | a1809222 | 2023-12-18 10:47:55 +0100 | [diff] [blame] | 32 | |
| 33 | config 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. |