Skip to content

Commit

Permalink
msm: iommu: Kconfig dependency for the IOMMU API
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Stepan Moskovchenko authored and Daniel Walker committed Dec 1, 2010
1 parent 00d4b2b commit 0ab8474
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/mach-msm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ config ARCH_MSM8X60
select CPU_V7
select MSM_V2_TLMM
select MSM_GPIOMUX
select IOMMU_API

endchoice

Expand Down Expand Up @@ -166,4 +167,7 @@ config MSM_GPIOMUX

config MSM_V2_TLMM
bool

config IOMMU_API
bool
endif

0 comments on commit 0ab8474

Please sign in to comment.