iommu: SUN50I_IOMMU should depend on HAS_DMA
authorGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 29 Jun 2020 12:11:46 +0000 (14:11 +0200)
committerJoerg Roedel <jroedel@suse.de>
Tue, 30 Jun 2020 10:09:06 +0000 (12:09 +0200)
commitc7451e495b2abfc35b2bb4347c8d0aaa7699df26
tree97e400c52869086682004fb6ee8d3d7b8c5c8401
parentce0fd3892bfafca7cd352638ba84e8c17658b803
iommu: SUN50I_IOMMU should depend on HAS_DMA

If NO_DMA=y (e.g. Sun-3 all{mod,yes}-config):

    drivers/iommu/dma-iommu.o: In function `iommu_dma_mmap':
    dma-iommu.c:(.text+0x92e): undefined reference to `dma_pgprot'

IOMMU_DMA must not be selected, unless HAS_DMA=y.

Hence fix this by making SUN50I_IOMMU depend on HAS_DMA.

Fixes: 4100b8c229b32835 ("iommu: Add Allwinner H6 IOMMU driver")
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Maxime Ripard <mripard@kernel.org>
Link: https://lore.kernel.org/r/20200629121146.24011-1-geert@linux-m68k.org
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/Kconfig