blob: d881a5d7cdaec28dce800fc65a22e676776597b3 [file] [log] [blame]
Shefali Jain0dc6e782017-11-27 13:06:27 +05301config COMMON_CLK_MSM
2 tristate "Support for MSM clock controllers"
3 depends on OF
4 depends on ARCH_QCOM
5 select RATIONAL
6 help
7 This support clock controller used by MSM devices which support
8 global, mmss and gpu clock controller.
9 Say Y if you want to support the clocks exposed by the MSM on
10 platforms such as msm8953 etc.
11
12config MSM_CLK_CONTROLLER_V2
13 bool "QTI clock driver"
14 depends on COMMON_CLK_MSM
15 ---help---
16 Generate clock data structures from definitions found in
17 device tree.
18
Sachin Bhayarecf8460a2018-01-03 18:34:30 +053019source "drivers/clk/msm/mdss/Kconfig"
20