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

Commit 11175886 authored by Joerg Roedel's avatar Joerg Roedel
Browse files

iommu/rockchip: Allow to compile with COMPILE_TEST



Add optional CONFIG_COMPILE_TEST to dependency list.

Signed-off-by: default avatarJoerg Roedel <jroedel@suse.de>
parent 656d7077
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -154,7 +154,8 @@ config OMAP_IOMMU_DEBUG

config ROCKCHIP_IOMMU
	bool "Rockchip IOMMU Support"
	depends on ARCH_ROCKCHIP
	depends on ARM
	depends on ARCH_ROCKCHIP || COMPILE_TEST
	select IOMMU_API
	select ARM_DMA_USE_IOMMU
	help