From: Sricharan R Date: Mon, 13 Jun 2016 11:36:07 +0000 (+0530) Subject: iommu/msm: Remove driver BROKEN X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=1cb13f78329ca2f1f7ef4e6024901cc26d611ee1;p=linux-beck.git 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 Tested-by: Archit Taneja Tested-by: Srinivas Kandagatla Signed-off-by: Joerg Roedel --- 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