summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/Kconfig
diff options
context:
space:
mode:
authorSricharan R2016-06-13 13:36:07 +0200
committerJoerg Roedel2016-06-21 13:57:13 +0200
commit1cb13f78329ca2f1f7ef4e6024901cc26d611ee1 (patch)
tree32986b19710b9defe99a33479bbf59e55de7dfc5 /drivers/iommu/Kconfig
parentiommu/msm: use generic ARMV7S short descriptor pagetable ops (diff)
downloadkernel-qcow2-linux-1cb13f78329ca2f1f7ef4e6024901cc26d611ee1.tar.gz
kernel-qcow2-linux-1cb13f78329ca2f1f7ef4e6024901cc26d611ee1.tar.xz
kernel-qcow2-linux-1cb13f78329ca2f1f7ef4e6024901cc26d611ee1.zip
iommu/msm: Remove driver BROKEN
Now that the driver is DT adapted, bus_set_iommu gets called only when on compatible matching. So the driver should not break multiplatform builds now. So remove the BROKEN config. Signed-off-by: Sricharan R <sricharan@codeaurora.org> Tested-by: Archit Taneja <architt@codeaurora.org> Tested-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Signed-off-by: Joerg Roedel <jroedel@suse.de>
Diffstat (limited to 'drivers/iommu/Kconfig')
-rw-r--r--drivers/iommu/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig
index b60e72b78a5f..f5f4d1472771 100644
--- a/drivers/iommu/Kconfig
+++ b/drivers/iommu/Kconfig
@@ -89,7 +89,6 @@ config MSM_IOMMU
bool "MSM IOMMU Support"
depends on ARM
depends on ARCH_MSM8X60 || ARCH_MSM8960 || COMPILE_TEST
- depends on BROKEN
select IOMMU_API
select IOMMU_IO_PGTABLE_ARMV7S
help