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

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

Merge "arm64: Add MSM8992 build support"

parents f05efd1b 1fba36a1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -158,6 +158,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
@@ -182,6 +182,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