diff options
author | Dmitry Baryshkov <dmitry.baryshkov@linaro.org> | 2023-12-16 17:26:58 +0100 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2024-02-06 22:00:02 +0100 |
commit | 18368ee25d881981971fde430c7f33cbc27359d1 (patch) | |
tree | fccc66af63498324d8bd4a043615d27867b1845e /drivers/iommu/Kconfig | |
parent | ARM: dts: qcom: apq8026-lg-lenok: Add vibrator support (diff) | |
download | linux-18368ee25d881981971fde430c7f33cbc27359d1.tar.xz linux-18368ee25d881981971fde430c7f33cbc27359d1.zip |
iommu/msm-iommu: don't limit the driver too much
In preparation of dropping most of ARCH_QCOM subtypes, stop limiting the
driver just to those machines. Allow it to be built for any 32-bit
Qualcomm platform (ARCH_QCOM).
Acked-by: Robin Murphy <robin.murphy@arm.com>
Acked-by: Joerg Roedel <jroedel@suse.de>
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/20231216162700.863456-2-dmitry.baryshkov@linaro.org
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Diffstat (limited to 'drivers/iommu/Kconfig')
-rw-r--r-- | drivers/iommu/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig index 9a29d742617e..0d6095290b6a 100644 --- a/drivers/iommu/Kconfig +++ b/drivers/iommu/Kconfig @@ -179,7 +179,7 @@ config FSL_PAMU config MSM_IOMMU bool "MSM IOMMU Support" depends on ARM - depends on ARCH_MSM8X60 || ARCH_MSM8960 || COMPILE_TEST + depends on ARCH_QCOM || COMPILE_TEST select IOMMU_API select IOMMU_IO_PGTABLE_ARMV7S help |