Jerome Brunet | f5abfed | 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 |