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

Commit dc88f358 authored by Jordan Crouse's avatar Jordan Crouse
Browse files

firmware: qcom-scm: Force built in drivers to depend on QCOM SCM



Some always built-in drivers have a dependency on QCOM SCM so don't enable
them if QCOM SCM is built as a module.

Change-Id: Ic0dedbad472d2a36220126db86d3fcbf817ce53d
Signed-off-by: default avatarJordan Crouse <jcrouse@codeaurora.org>
parent 137084f0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -149,6 +149,7 @@ config CORESIGHT_TPDA

config CORESIGHT_TPDM
	bool "CoreSight Trace, Profiling & Diagnostics Monitor driver"
	depends on QCOM_SCM=y
	help
	  This driver provides support for configuring monitor. Monitors are
	  primarily responsible for data set collection and support the
+1 −0
Original line number Diff line number Diff line
@@ -588,6 +588,7 @@ config QCOM_IOMMU
	# Note: iommu drivers cannot (yet?) be built as modules
	bool "Qualcomm IOMMU Support"
	depends on ARCH_QCOM || (COMPILE_TEST && !GENERIC_ATOMIC64)
	depends on QCOM_SCM=y
	select IOMMU_API
	select IOMMU_IO_PGTABLE_LPAE
	select ARM_DMA_USE_IOMMU