diff options
author | Christoph Hellwig <hch@lst.de> | 2017-12-24 13:27:26 +0100 |
---|---|---|
committer | Christoph Hellwig <hch@lst.de> | 2018-01-15 09:35:55 +0100 |
commit | 90f7816206a3cace98a19021bb867855f5753feb (patch) | |
tree | a5e0fec8601274340abe18ff4db976ce35ff7f5f /arch/unicore32/mm/Kconfig | |
parent | 35bd5071206e4974aed9bbd229d68699e72306ec (diff) | |
download | linux-stable-90f7816206a3cace98a19021bb867855f5753feb.tar.gz linux-stable-90f7816206a3cace98a19021bb867855f5753feb.tar.bz2 linux-stable-90f7816206a3cace98a19021bb867855f5753feb.zip |
unicore32: use generic swiotlb_ops
These are identical to the unicore32 ops, and would also support CMA
if enabled on unicore32.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Christian König <christian.koenig@amd.com>
Diffstat (limited to 'arch/unicore32/mm/Kconfig')
-rw-r--r-- | arch/unicore32/mm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/unicore32/mm/Kconfig b/arch/unicore32/mm/Kconfig index c256460cd363..e9154a59d561 100644 --- a/arch/unicore32/mm/Kconfig +++ b/arch/unicore32/mm/Kconfig @@ -42,6 +42,7 @@ config CPU_TLB_SINGLE_ENTRY_DISABLE config SWIOTLB def_bool y + select DMA_DIRECT_OPS config IOMMU_HELPER def_bool SWIOTLB |