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

Commit bf345e58 authored by Jingbiao Lu's avatar Jingbiao Lu Committed by Gerrit - the friendly Code Review server
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>
Signed-off-by: default avatarSwetha Chikkaboraiah <schikk@codeaurora.org>
parent 943d5cb2
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -218,6 +218,26 @@ config ARCH_REALTEK
	  This enables support for the ARMv8 based Realtek chipsets,
	  like the RTD1295.

config ARCH_SDM429
	bool "Enable Support for Qualcomm Technologies Inc. SDM429"
	depends on ARCH_QCOM
	select CPU_FREQ_QCOM
	select COMMON_CLK
	select COMMON_CLK_QCOM
	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
	select COMMON_CLK_QCOM
	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