Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit db684b4f authored by Swetha Chikkaboraiah's avatar Swetha Chikkaboraiah Committed by Gerrit - the friendly Code Review server
Browse files

arm64: Kconfig: Add support for msm8917 on msm-4.9



Add ARCH_MSM8917 support for Kconfig  platform.

Change-Id: I2a94cb487b7390ba220c726ed3d98481065a877c
Signed-off-by: default avatarSwetha Chikkaboraiah <schikk@codeaurora.org>
parent 582c1859
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -165,6 +165,15 @@ config ARCH_MSM8937
	  This enables support for the MSM8937 chipset. If you do not
	  wish to build a kernel that runs on this chipset, say 'N' here.

config ARCH_MSM8917
	bool "Enable Support for Qualcomm Technologies Inc. MSM8917"
	depends on ARCH_QCOM
	select CPU_FREQ_QCOM
	select COMMON_CLK_MSM
	help
	  This enables support for the MSM8917 chipset. If you do not
	  wish to build a kernel that runs on this chipset, say 'N' here.

config ARCH_SDM450
	bool "Enable Support for Qualcomm Technologies Inc. SDM450"
	depends on ARCH_QCOM