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

Commit 104b89c0 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "arm/arm64: Kconfig: Add support for qm215"

parents 1e72ce82 adaa3313
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