From: Johan Hovold Date: Thu, 25 Sep 2025 15:31:20 +0000 (+0200) Subject: iommu: tegra: enable compile testing X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fbcf539840350f4b9b0a14e03ff97d1edbd4a75c;p=thirdparty%2Fkernel%2Flinux.git iommu: tegra: enable compile testing There seems to be nothing preventing this driver from being compile tested so enable that to increase build coverage. Signed-off-by: Johan Hovold Reviewed-by: Jon Hunter Reviewed-by: Jason Gunthorpe Signed-off-by: Joerg Roedel --- diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig index 70d29b14d8519..da7d7495c8a85 100644 --- a/drivers/iommu/Kconfig +++ b/drivers/iommu/Kconfig @@ -247,7 +247,7 @@ config SUN50I_IOMMU config TEGRA_IOMMU_SMMU bool "NVIDIA Tegra SMMU Support" - depends on ARCH_TEGRA + depends on ARCH_TEGRA || COMPILE_TEST depends on TEGRA_AHB depends on TEGRA_MC select IOMMU_API