Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0ab84745 authored by Stepan Moskovchenko's avatar Stepan Moskovchenko Committed by Daniel Walker
Browse files

msm: iommu: Kconfig dependency for the IOMMU API



Make the IOMMU driver select the IOMMU API in the kernel
configuration.

Signed-off-by: default avatarStepan Moskovchenko <stepanm@codeaurora.org>
Signed-off-by: default avatarDaniel Walker <dwalker@codeaurora.org>
parent 00d4b2bb
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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