• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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