projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00d4b2b
)
msm: iommu: Kconfig dependency for the IOMMU API
author
Stepan Moskovchenko
<stepanm@codeaurora.org>
Sat, 13 Nov 2010 03:29:57 +0000
(19:29 -0800)
committer
Daniel Walker
<dwalker@codeaurora.org>
Wed, 1 Dec 2010 00:03:53 +0000
(16:03 -0800)
Make the IOMMU driver select the IOMMU API in the kernel
configuration.
Signed-off-by: Stepan Moskovchenko <stepanm@codeaurora.org>
Signed-off-by: Daniel Walker <dwalker@codeaurora.org>
arch/arm/mach-msm/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-msm/Kconfig
b/arch/arm/mach-msm/Kconfig
index 1c6f76b3d1ace09f33630eb771dd566978395730..1a11f1ed216db8406698d470a8967c145801c899 100644
(file)
--- a/
arch/arm/mach-msm/Kconfig
+++ b/
arch/arm/mach-msm/Kconfig
@@
-44,6
+44,7
@@
config ARCH_MSM8X60
select CPU_V7
select MSM_V2_TLMM
select MSM_GPIOMUX
+ select IOMMU_API
endchoice
@@
-166,4
+167,7
@@
config MSM_GPIOMUX
config MSM_V2_TLMM
bool
+
+config IOMMU_API
+ bool
endif