xref: /openbmc/linux/drivers/clk/meson/Kconfig (revision 7156fc29)
1config COMMON_CLK_AMLOGIC
2	bool
3	depends on OF
4	depends on ARCH_MESON || COMPILE_TEST
5
6config COMMON_CLK_REGMAP_MESON
7	bool
8	select REGMAP
9
10config COMMON_CLK_MESON8B
11	bool
12	depends on COMMON_CLK_AMLOGIC
13	select RESET_CONTROLLER
14	select COMMON_CLK_REGMAP_MESON
15	help
16	  Support for the clock controller on AmLogic S802 (Meson8),
17	  S805 (Meson8b) and S812 (Meson8m2) devices. Say Y if you
18	  want peripherals and CPU frequency scaling to work.
19
20config COMMON_CLK_GXBB
21	bool
22	depends on COMMON_CLK_AMLOGIC
23	select RESET_CONTROLLER
24	select COMMON_CLK_REGMAP_MESON
25	select MFD_SYSCON
26	help
27	  Support for the clock controller on AmLogic S905 devices, aka gxbb.
28	  Say Y if you want peripherals and CPU frequency scaling to work.
29
30config COMMON_CLK_AXG
31	bool
32	depends on COMMON_CLK_AMLOGIC
33	select RESET_CONTROLLER
34	select COMMON_CLK_REGMAP_MESON
35	select MFD_SYSCON
36	help
37	  Support for the clock controller on AmLogic A113D devices, aka axg.
38	  Say Y if you want peripherals and CPU frequency scaling to work.
39