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

Commit 943d5cb2 authored by Jingbiao Lu's avatar Jingbiao Lu Committed by Gerrit - the friendly Code Review server
Browse files

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



Add ARCH_MSM8937  support for Kconfig platform.

Change-Id: Ie1af68ae751413b8b24e921c8e54e73d215af635
Signed-off-by: default avatarJingbiao Lu <jingbiao@codeaurora.org>
Signed-off-by: default avatarSwetha Chikkaboraiah <schikk@codeaurora.org>
parent 795c1592
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -191,6 +191,17 @@ config ARCH_SCUBA
	  This enables support for the SCUBA chipset. If you do not
	  wish to build a kernel that runs on this chipset, say 'N' here.

config ARCH_MSM8937
	bool "Enable Support for Qualcomm Technologies Inc. MSM8937"
	depends on ARCH_QCOM
	select CPU_FREQ_QCOM
	select COMMON_CLK
	select COMMON_CLK_QCOM
	help
	  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_SDM660
	bool "Enable Support for Qualcomm Technologies, Inc. SDM660"
	depends on ARCH_QCOM