summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKumar Gala <galak@codeaurora.org>2014-08-08 12:17:10 -0500
committerGeorgi Djakov <georgi.djakov@linaro.org>2015-02-19 10:50:54 +0200
commit26536bc6fd19f862c6dd2d5842f9b1fa170fc648 (patch)
tree6ffefc88d358180d74e905e511d727ae50e833b8
parentf13ce6ad65a34a741977d4bc927214681e494952 (diff)
arm64: Add ARCH_MSM8994
Add ARCH_MSM8994 Kconfig option and dtb selection for ARCH_MSM8994. Signed-off-by: Kumar Gala <galak@codeaurora.org> Signed-off-by: Georgi Djakov <georgi.djakov@linaro.org>
-rw-r--r--arch/arm64/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index aea0eb663d9..d2079befe33 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -247,6 +247,13 @@ config ARCH_MSM8916
This enables support for the MSM8916 chipset. If you dont
know what do here, say N
+config ARCH_MSM8994
+ bool "Enable Support for Qualcomm MSM8994"
+ depends on ARCH_QCOM
+ help
+ This enables support for the MSM8994 chipset. If you dont
+ know what do here, say N
+
endmenu
menu "Bus support"