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:
69e2136
)
msm: iommu: Enable IOMMU support for MSM8960
author
Stepan Moskovchenko
<stepanm@codeaurora.org>
Fri, 11 Feb 2011 20:28:18 +0000
(12:28 -0800)
committer
David Brown
<davidb@codeaurora.org>
Mon, 14 Feb 2011 21:42:49 +0000
(13:42 -0800)
Allow IOMMU to be selected for MSM8960 now that the
platform data has been generalized.
Signed-off-by: Stepan Moskovchenko <stepanm@codeaurora.org>
Signed-off-by: David Brown <davidb@codeaurora.org>
arch/arm/mach-msm/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/mach-msm/Kconfig
b/arch/arm/mach-msm/Kconfig
index 32b9d1f8493e38ba2c100456c5bd7e3fc4ded0a8..997c5bda8c1882445650516a8578f4e1bbe100d6 100644
(file)
--- a/
arch/arm/mach-msm/Kconfig
+++ b/
arch/arm/mach-msm/Kconfig
@@
-150,7
+150,7
@@
endmenu
config MSM_IOMMU
bool "MSM IOMMU Support"
- depends on ARCH_MSM8X60
+ depends on ARCH_MSM8X60
|| ARCH_MSM8960
select IOMMU_API
default n
help