]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - drivers/clk/meson/Kconfig
Merge tag 'drm-misc-fixes-2017-07-20' of git://anongit.freedesktop.org/git/drm-misc...
[karo-tx-linux.git] / drivers / clk / meson / Kconfig
1 config COMMON_CLK_AMLOGIC
2         bool
3         depends on OF
4         depends on ARCH_MESON || COMPILE_TEST
5
6 config COMMON_CLK_MESON8B
7         bool
8         depends on COMMON_CLK_AMLOGIC
9         help
10           Support for the clock controller on AmLogic S802 (Meson8),
11           S805 (Meson8b) and S812 (Meson8m2) devices. Say Y if you
12           want peripherals and CPU frequency scaling to work.
13
14 config COMMON_CLK_GXBB
15         bool
16         depends on COMMON_CLK_AMLOGIC
17         select RESET_CONTROLLER
18         help
19           Support for the clock controller on AmLogic S905 devices, aka gxbb.
20           Say Y if you want peripherals and CPU frequency scaling to work.