diff options
author | Stepan Moskovchenko <stepanm@codeaurora.org> | 2010-11-12 19:29:57 -0800 |
---|---|---|
committer | Daniel Walker <dwalker@codeaurora.org> | 2010-11-30 16:03:53 -0800 |
commit | 0ab84745ef65043a616b36b26bec58e1cb62a742 (patch) | |
tree | 3df08669642ead6774ba3ed894941ec8913aaae8 /arch/arm/mach-msm | |
parent | 00d4b2bb03b9ed27f28336b0a68f2bd7f67caa40 (diff) | |
download | kernel_samsung_smdk4412-0ab84745ef65043a616b36b26bec58e1cb62a742.zip kernel_samsung_smdk4412-0ab84745ef65043a616b36b26bec58e1cb62a742.tar.gz kernel_samsung_smdk4412-0ab84745ef65043a616b36b26bec58e1cb62a742.tar.bz2 |
msm: iommu: Kconfig dependency for the IOMMU API
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>
Diffstat (limited to 'arch/arm/mach-msm')
-rw-r--r-- | arch/arm/mach-msm/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/Kconfig b/arch/arm/mach-msm/Kconfig index 1c6f76b..1a11f1e 100644 --- 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 |