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

Commit ef92d551 authored by Jingbiao Lu's avatar Jingbiao Lu
Browse files

arm64: Kconfig: Add ARCH_SDM439 and ARCH_SDM429 support



Add ARCH_SDM439 and ARCH_SDM4429 support on msm-4.9.

Change-Id: I4ebf1ef6d300549b6ceb468ba92c579368832bc7
Signed-off-by: default avatarJingbiao Lu <jingbiao@codeaurora.org>
parent e48a96c1
Loading
Loading
Loading
Loading
+18 −0
Original line number Diff line number Diff line
@@ -181,6 +181,24 @@ config ARCH_SDM632
	  This enables support for the sdm632 chipset. If you do not
	  wish to build a kernel that runs on this chipset, say 'N' here.

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

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

config ARCH_ROCKCHIP
	bool "Rockchip Platforms"
	select ARCH_HAS_RESET_CONTROLLER