Merge branches 'arm/exynos', 'arm/renesas', 'arm/rockchip', 'arm/omap', 'arm/mediatek...
[sfrench/cifs-2.6.git] / drivers / iommu / Kconfig
index 92f5fd2e0e4b11466fdc977fbcf8a2559ad084e6..49bd2ab8c5075859bca8e2e90519e7da6cd6f48f 100644 (file)
@@ -76,6 +76,8 @@ config IOMMU_DMA
 
 config FSL_PAMU
        bool "Freescale IOMMU support"
+       depends on PCI
+       depends on PHYS_64BIT
        depends on PPC_E500MC || (COMPILE_TEST && PPC)
        select IOMMU_API
        select GENERIC_ALLOCATOR
@@ -253,6 +255,7 @@ config TEGRA_IOMMU_SMMU
 config EXYNOS_IOMMU
        bool "Exynos IOMMU Support"
        depends on ARCH_EXYNOS && MMU
+       depends on !CPU_BIG_ENDIAN # revisit driver if we can enable big-endian ptes
        select IOMMU_API
        select ARM_DMA_USE_IOMMU
        help