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

Commit 567a791a authored by Avaneesh Kumar Dwivedi's avatar Avaneesh Kumar Dwivedi
Browse files

arm64: Add config support to build qcs405 platforms



Add "ARCH_QCS405" config option to compile kernel for QCS405 SoC.

Change-Id: Id899e95d8ff6c32f8e787e5e9cd701228c9ae0b6
Signed-off-by: default avatarAvaneesh Kumar Dwivedi <akdwived@codeaurora.org>
parent 0c572529
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -167,6 +167,16 @@ config ARCH_SDM640
	  This enables support for the SDM640 chipset. If you do not
	  wish to build a kernel that runs on this chipset, say 'N' here.

config ARCH_QCS405
	bool "Enable Support for Qualcomm Technologies, Inc. QCS405"
	depends on ARCH_QCOM
	select COMMON_CLK_QCOM
	help
	 This configuration option enables support to build kernel for
	 QCS405 SoC.
	 If you do not wish to build a kernel that runs on this chipset,
	 say 'N' here.

config ARCH_REALTEK
	bool "Realtek Platforms"
	help
+3 −0
Original line number Diff line number Diff line
@@ -6,6 +6,9 @@ dtb-$(CONFIG_ARCH_QCOM) += msm8916-mtp.dtb
dtb-$(CONFIG_ARCH_QCOM)	+= msm8992-bullhead-rev-101.dtb
dtb-$(CONFIG_ARCH_QCOM)	+= msm8994-angler-rev-101.dtb
dtb-$(CONFIG_ARCH_QCOM)	+= msm8996-mtp.dtb
dtb-$(CONFIG_ARCH_QCS405) += qcs405-rumi.dtb \
		qcs405-mtp.dtb \
		qcs405-cdp.dtb

ifeq ($(CONFIG_BUILD_ARM64_DT_OVERLAY),y)
	dtbo-$(CONFIG_ARCH_SDM855) += \