diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2016-06-17 12:31:23 +0200 |
---|---|---|
committer | Andy Gross <andy.gross@linaro.org> | 2016-06-25 05:57:23 +0200 |
commit | 78700c0a2102dbe0fb35b6c146a639dc4622036f (patch) | |
tree | a8fa720106ca3c47d073e58270b6473388e5741c /arch/arm/mach-qcom/Kconfig | |
parent | Linux 4.7-rc1 (diff) | |
download | linux-78700c0a2102dbe0fb35b6c146a639dc4622036f.tar.xz linux-78700c0a2102dbe0fb35b6c146a639dc4622036f.zip |
ARM: qcom: Add support for MDM9615
Add support for Qualcomm MDM9615 in Kconfig and in DT match list.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
Diffstat (limited to 'arch/arm/mach-qcom/Kconfig')
-rw-r--r-- | arch/arm/mach-qcom/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-qcom/Kconfig b/arch/arm/mach-qcom/Kconfig index 73494500b51c..46ed10a807f0 100644 --- a/arch/arm/mach-qcom/Kconfig +++ b/arch/arm/mach-qcom/Kconfig @@ -23,4 +23,8 @@ config ARCH_MSM8974 bool "Enable support for MSM8974" select HAVE_ARM_ARCH_TIMER +config ARCH_MDM9615 + bool "Enable support for MDM9615" + select CLKSRC_QCOM + endif |