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

Commit adaa3313 authored by Tingwei Zhang's avatar Tingwei Zhang Committed by Gerrit - the friendly Code Review server
Browse files

arm/arm64: Kconfig: Add support for qm215



Add ARCH_QM215 support for Kconfig platform.

Change-Id: Id1f64f28487f8bab74ed752291d04098370df727
Signed-off-by: default avatarTingwei Zhang <tingwei@codeaurora.org>
parent da61eb94
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -126,6 +126,18 @@ config ARCH_MSM8917
	select HAVE_CLK_PREPARE
	select COMMON_CLK_MSM

config ARCH_QM215
	bool "Enable support for QM215"
	select CPU_V7
	select HAVE_ARM_ARCH_TIMER
	select PINCTRL
	select QCOM_SCM if SMP
	select PM_DEVFREQ
	select CLKDEV_LOOKUP
	select HAVE_CLK
	select HAVE_CLK_PREPARE
	select COMMON_CLK_MSM

config ARCH_SDM439
	bool "Enable support for SDM439"
	select CPU_V7
+9 −0
Original line number Diff line number Diff line
@@ -175,6 +175,15 @@ config ARCH_MSM8917
	  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_QM215
	bool "Enable Support for Qualcomm Technologies Inc. QM215"
	depends on ARCH_QCOM
	select CPU_FREQ_QCOM
	select COMMON_CLK_MSM
	help
	  This enables support for the QM215 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