diff options
author | Robin Murphy <robin.murphy@arm.com> | 2020-07-03 17:03:20 +0100 |
---|---|---|
committer | Joerg Roedel <jroedel@suse.de> | 2020-07-10 14:55:03 +0200 |
commit | 97215a7df4351fdd9141418568be872fb1032d6e (patch) | |
tree | d76d420cb3c8e089b62ff9107b5ce7b683f76fec /drivers/iommu/Kconfig | |
parent | b4ceb4a5359ed1c9ba4a20acf3a70d4bbead3248 (diff) | |
download | linux-stable-97215a7df4351fdd9141418568be872fb1032d6e.tar.gz linux-stable-97215a7df4351fdd9141418568be872fb1032d6e.tar.bz2 linux-stable-97215a7df4351fdd9141418568be872fb1032d6e.zip |
iommu/renesas: Expand COMPILE_TEST coverage
This driver shouldn't need anything architecture-specific (that isn't
under CONFIG_ARM protection already), and has already been accessible
from certain x86 configurations by virtue of the previously-cleaned-up
"ARM || IOMMU_DMA" dependency. Allow COMPILE_TEST for all architectures.
Signed-off-by: Robin Murphy <robin.murphy@arm.com>
Link: https://lore.kernel.org/r/1fe2006aa98f008a2e689adba6e8c96e9197f903.1593791968.git.robin.murphy@arm.com
Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'drivers/iommu/Kconfig')
-rw-r--r-- | drivers/iommu/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig index 4dcd85bbff99..af6c081d164f 100644 --- a/drivers/iommu/Kconfig +++ b/drivers/iommu/Kconfig @@ -351,7 +351,6 @@ config EXYNOS_IOMMU_DEBUG config IPMMU_VMSA bool "Renesas VMSA-compatible IPMMU" - depends on ARM || ARM64 depends on ARCH_RENESAS || (COMPILE_TEST && !GENERIC_ATOMIC64) select IOMMU_API select IOMMU_IO_PGTABLE_LPAE |