xref: /openbmc/linux/drivers/clk/meson/Kconfig (revision 78b4af31)
1cb7c47d7SMichael Turquetteconfig COMMON_CLK_AMLOGIC
2cb7c47d7SMichael Turquette	bool
3cb7c47d7SMichael Turquette	depends on OF
4cb7c47d7SMichael Turquette	depends on ARCH_MESON || COMPILE_TEST
5cb7c47d7SMichael Turquette
6cb7c47d7SMichael Turquetteconfig COMMON_CLK_MESON8B
7cb7c47d7SMichael Turquette	bool
8cb7c47d7SMichael Turquette	depends on COMMON_CLK_AMLOGIC
918962172SMartin Blumenstingl	select RESET_CONTROLLER
10cb7c47d7SMichael Turquette	help
11855f06a1SMartin Blumenstingl	  Support for the clock controller on AmLogic S802 (Meson8),
12855f06a1SMartin Blumenstingl	  S805 (Meson8b) and S812 (Meson8m2) devices. Say Y if you
13855f06a1SMartin Blumenstingl	  want peripherals and CPU frequency scaling to work.
14738f66d3SMichael Turquette
15738f66d3SMichael Turquetteconfig COMMON_CLK_GXBB
16738f66d3SMichael Turquette	bool
17738f66d3SMichael Turquette	depends on COMMON_CLK_AMLOGIC
18dbed87a9STobias Regnery	select RESET_CONTROLLER
19738f66d3SMichael Turquette	help
20738f66d3SMichael Turquette	  Support for the clock controller on AmLogic S905 devices, aka gxbb.
21738f66d3SMichael Turquette	  Say Y if you want peripherals and CPU frequency scaling to work.
2278b4af31SQiufang Dai
2378b4af31SQiufang Daiconfig COMMON_CLK_AXG
2478b4af31SQiufang Dai	bool
2578b4af31SQiufang Dai	depends on COMMON_CLK_AMLOGIC
2678b4af31SQiufang Dai	select RESET_CONTROLLER
2778b4af31SQiufang Dai	help
2878b4af31SQiufang Dai	  Support for the clock controller on AmLogic A113D devices, aka axg.
2978b4af31SQiufang Dai	  Say Y if you want peripherals and CPU frequency scaling to work.
30