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

Commit 1fba36a1 authored by Stepan Moskovchenko's avatar Stepan Moskovchenko
Browse files

arm64: Add MSM8992 build support



Add build infrastructure support for the Qualcomm MSM8992
chipset.

Change-Id: I58f4350286c4f20ea2a7e4dab62ac1578c3c5d01
Signed-off-by: default avatarStepan Moskovchenko <stepanm@codeaurora.org>
parent 05f19199
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -157,6 +157,8 @@ dtb-$(CONFIG_ARCH_MSM8994) += msm8994-sim.dtb \
	msm8994-cdp.dtb \
	msm8994-mtp.dtb \
	msm8994-liquid.dtb
dtb-$(CONFIG_ARCH_MSM8992) += msm8992-sim.dtb \
	msm8992-rumi.dtb

DTB_NAMES := $(subst $\",,$(CONFIG_BUILD_ARM_APPENDED_DTB_IMAGE_NAMES))
ifneq ($(DTB_NAMES),)
+7 −0
Original line number Diff line number Diff line
@@ -180,6 +180,13 @@ config MSM8994_V1_PMUIRQ_WA
	  percpu PMU interrupt is incorrectly connected to the corresponding
	  CPUs in the other cluster.

config ARCH_MSM8992
	bool "Enable Support for Qualcomm MSM8992"
	depends on ARCH_MSM
	help
	  Enable kernel support for the MSM8992 chipset. If you don't
	  know what this is, you can safely say 'N' here.

config ARCH_XGENE
	bool "AppliedMicro X-Gene SOC Family"
	help