projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64aa90f
)
iommu/exynos: Select ARM_DMA_USE_IOMMU
author
Tushar Behera
<
[email protected]
>
Fri, 4 Jul 2014 09:31:08 +0000
(15:01 +0530)
committer
Joerg Roedel
<
[email protected]
>
Tue, 29 Jul 2014 15:41:05 +0000
(17:41 +0200)
For IOMMU to use on Exynos platforms, we need to enable ARM_DMA_USE_IOMMU. It
would be better to select it by default when EXYNOS_IOMMU is enabled.
Signed-off-by: Tushar Behera <
[email protected]
>
Reviewed-by: Sachin Kamat <
[email protected]
>
Reviewed-by: Cho KyongHo <
[email protected]
>
Signed-off-by: Joerg Roedel <
[email protected]
>
drivers/iommu/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/iommu/Kconfig
b/drivers/iommu/Kconfig
index d260605e6d5fb1b0cb6ca30c5d7e960ab43b4999..54f3ad1ae6a154d9bda8e3705530f689836cb347 100644
(file)
--- a/
drivers/iommu/Kconfig
+++ b/
drivers/iommu/Kconfig
@@
-180,6
+180,7
@@
config EXYNOS_IOMMU
bool "Exynos IOMMU Support"
depends on ARCH_EXYNOS
select IOMMU_API
+ select ARM_DMA_USE_IOMMU
help
Support for the IOMMU (System MMU) of Samsung Exynos application
processor family. This enables H/W multimedia accelerators to see