blob: a7501f5d446fff14601fe6de5e1b320b72cab32a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
config COMMON_CLK_MSM
tristate "Support for MSM clock controllers"
depends on OF
depends on ARCH_QCOM
select RATIONAL
help
This support clock controller used by MSM devices which support
global, mmss and gpu clock controller.
Say Y if you want to support the clocks exposed by the MSM on
platforms such as msm8996, msm8998 etc.
config MSM_CLK_CONTROLLER_V2
bool "QTI clock driver"
depends on COMMON_CLK_MSM
---help---
Generate clock data structures from definitions found in
device tree.
config MSM_VIRTCLK_FRONTEND
bool
config MSM_VIRTCLK_FRONTEND_8996
tristate "QTI msm8996 virtual clock frontend driver"
depends on COMMON_CLK_MSM && MSM_HAB
select MSM_VIRTCLK_FRONTEND
---help---
This is the virtual clock frontend driver for the QTI msm8996
virtual platform.
source "drivers/clk/msm/mdss/Kconfig"
|