iommu/rockchip: Allow to compile with COMPILE_TEST

Add optional CONFIG_COMPILE_TEST to dependency list.

Signed-off-by: Joerg Roedel <jroedel@suse.de>
This commit is contained in:
Joerg Roedel 2014-11-03 18:16:56 +01:00
parent 656d7077d8
commit 11175886da
1 changed files with 2 additions and 1 deletions

View File

@ -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