diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-09-07 08:48:13 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-09-07 08:48:13 -0700 |
| commit | 86c1a9bea1787f964f14c58523fbe5f5e77ac1e9 (patch) | |
| tree | 9f442bf7fe19e83ac778ca40d008a48a1b54f2a2 | |
| parent | c9796e05e92b55b575671fc84ee78b563cdc7139 (diff) | |
| parent | 2aaa206077c84bbe61320ee2a7a6fa2ec7c53f77 (diff) | |
Merge "clk: msm: Select appropriate clock flags for 32-bit"
| -rw-r--r-- | arch/arm/mach-qcom/Kconfig | 1 | ||||
| -rw-r--r-- | drivers/clk/msm/Kconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-qcom/Kconfig b/arch/arm/mach-qcom/Kconfig index 69261c70e1dd..d6ed9ac56bf1 100644 --- a/arch/arm/mach-qcom/Kconfig +++ b/arch/arm/mach-qcom/Kconfig @@ -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 diff --git a/drivers/clk/msm/Kconfig b/drivers/clk/msm/Kconfig index d94678e9e4fc..650a23ea1ead 100644 --- a/drivers/clk/msm/Kconfig +++ b/drivers/clk/msm/Kconfig @@ -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. |
