]> git.ipfire.org Git - thirdparty/linux.git/commit
iommu/dma: Fix NEED_SG_DMA_LENGTH dependency
authorRobin Murphy <robin.murphy@arm.com>
Mon, 29 Feb 2016 11:13:39 +0000 (11:13 +0000)
committerJoerg Roedel <jroedel@suse.de>
Mon, 29 Feb 2016 16:23:50 +0000 (17:23 +0100)
commit59a68eb892497d32493a1fcbc4bd8f1ce13f598f
treebcbced51af7cf6c6d9c600fb5322e13d9aceaad0
parent06bfcaa91f0eff1aeab37c74056afa79fb450aea
iommu/dma: Fix NEED_SG_DMA_LENGTH dependency

IOMMU_DMA does indeed depend on scatterlists having a DMA length, but
the NEED_SG_DMA_LENGTH symbol should be selected, not depended upon.

Reported-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Robin Murphy <robin.murphy@arm.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/Kconfig