Merge "clk: msm: Select appropriate clock flags for 32-bit"

This commit is contained in:
Linux Build Service Account 2016-09-07 08:48:13 -07:00 committed by Gerrit - the friendly Code Review server
commit 86c1a9bea1
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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.