Merge "clk: msm: Select appropriate clock flags for 32-bit"
This commit is contained in:
commit
86c1a9bea1
2 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,7 @@ config ARCH_MSMFALCON
|
|||
select MULTI_IRQ_HANDLER
|
||||
select HAVE_ARM_ARCH_TIMER
|
||||
select MAY_HAVE_SPARSE_IRQ
|
||||
select COMMON_CLK_MSM
|
||||
select PINCTRL_MSM_TLMM
|
||||
select USE_PINCTRL_IRQ
|
||||
select MSM_PM if PM
|
||||
|
|
|
@ -2,6 +2,7 @@ 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.
|
||||
|
|
Loading…
Add table
Reference in a new issue