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

Commit 52e48892 authored by Jingbiao Lu's avatar Jingbiao Lu
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>
parent d0edcda0
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -154,6 +154,15 @@ config ARCH_MSM8953
	  This enables support for the MSM8953 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_MSM
	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_SDM450
	bool "Enable Support for Qualcomm Technologies Inc. SDM450"
	depends on ARCH_QCOM