mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 01:20:52 +07:00
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>
This commit is contained in:
parent
00d4b2bb03
commit
0ab84745ef
@ -44,6 +44,7 @@ config ARCH_MSM8X60
|
|||||||
select CPU_V7
|
select CPU_V7
|
||||||
select MSM_V2_TLMM
|
select MSM_V2_TLMM
|
||||||
select MSM_GPIOMUX
|
select MSM_GPIOMUX
|
||||||
|
select IOMMU_API
|
||||||
|
|
||||||
endchoice
|
endchoice
|
||||||
|
|
||||||
@ -166,4 +167,7 @@ config MSM_GPIOMUX
|
|||||||
|
|
||||||
config MSM_V2_TLMM
|
config MSM_V2_TLMM
|
||||||
bool
|
bool
|
||||||
|
|
||||||
|
config IOMMU_API
|
||||||
|
bool
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user