summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/arm64/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
index fc1ff349587..f9b4ab97a24 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -241,6 +241,13 @@ config ARCH_QCOM
help
This enables support for the ARMv8 based Qualcomm chipsets.
+config ARCH_MSM8916
+ bool "Enable Support for Qualcomm MSM8916"
+ depends on ARCH_QCOM
+ help
+ This enables support for the MSM8916 chipset. If you dont
+ know what do here, say N
+
endmenu
menu "Bus support"