mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] iommu/arm: Allow disabling Qualcomm support in arm_smmu_v3
@ 2025-03-10  6:11 Aaron Kling via B4 Relay
  2025-03-10 12:42 ` Robin Murphy
  0 siblings, 1 reply; 8+ messages in thread
From: Aaron Kling via B4 Relay @ 2025-03-10  6:11 UTC (permalink / raw)
  To: Joerg Roedel, Will Deacon, Robin Murphy, Arnd Bergmann
  Cc: iommu, linux-kernel, stable, Aaron Kling

From: Aaron Kling <webgeek1234@gmail.com>

If ARCH_QCOM is enabled when building arm_smmu_v3, a dependency on
qcom-scm is added, which currently cannot be disabled. Add a prompt to
ARM_SMMU_QCOM to allow disabling this dependency.

Fixes: 0f0f80d9d5db ("iommu/arm: fix ARM_SMMU_QCOM compilation")
Cc: stable@vger.kernel.org
Signed-off-by: Aaron Kling <webgeek1234@gmail.com>
---
 drivers/iommu/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig
index ec1b5e32b9725bc1104d10e5d7a32af7b211b50a..cca0825551959e3f37cc2ea41aeae526fdb73312 100644
--- a/drivers/iommu/Kconfig
+++ b/drivers/iommu/Kconfig
@@ -381,6 +381,7 @@ config ARM_SMMU_MMU_500_CPRE_ERRATA
 
 config ARM_SMMU_QCOM
 	def_tristate y
+	prompt "Qualcomm SMMUv3 Support"
 	depends on ARM_SMMU && ARCH_QCOM
 	select QCOM_SCM
 	help

---
base-commit: 1110ce6a1e34fe1fdc1bfe4ad52405f327d5083b
change-id: 20250310-b4-qcom-smmu-d4ccaf66a1ce

Best regards,
-- 
Aaron Kling <webgeek1234@gmail.com>



^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2025-03-11 18:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-10  6:11 [PATCH] iommu/arm: Allow disabling Qualcomm support in arm_smmu_v3 Aaron Kling via B4 Relay
2025-03-10 12:42 ` Robin Murphy
2025-03-10 16:45   ` Aaron Kling
2025-03-10 19:52     ` Robin Murphy
2025-03-10 20:15       ` Aaron Kling
2025-03-11 17:29         ` Robin Murphy
2025-03-11 17:55     ` Daniel Mentz
2025-03-11 18:17       ` Aaron Kling

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®