]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - drivers/clk/meson/Kconfig
Merge tag 'regulator-pbias-variants'
[mirror_ubuntu-bionic-kernel.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 select RESET_CONTROLLER
10 help
11 Support for the clock controller on AmLogic S802 (Meson8),
12 S805 (Meson8b) and S812 (Meson8m2) devices. Say Y if you
13 want peripherals and CPU frequency scaling to work.
14
15 config COMMON_CLK_GXBB
16 bool
17 depends on COMMON_CLK_AMLOGIC
18 select RESET_CONTROLLER
19 help
20 Support for the clock controller on AmLogic S905 devices, aka gxbb.
21 Say Y if you want peripherals and CPU frequency scaling to work.