You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
542 B
19 lines
542 B
5 years ago
|
config COMMON_CLK_MSM
|
||
|
tristate "Support for MSM clock controllers"
|
||
|
depends on OF
|
||
|
depends on ARCH_QCOM
|
||
|
select RATIONAL
|
||
|
select ARCH_HAS_RESET_CONTROLLER
|
||
|
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 msm8953 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.
|