iommu/arm: fix ARM_SMMU_QCOM compilation
authorArnd Bergmann <arnd@arndb.de>
Sun, 10 Oct 2021 17:27:03 +0000 (19:27 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 13 Oct 2021 19:28:44 +0000 (21:28 +0200)
commit0f0f80d9d5db0b9a78a6ec74714f08b7b8bda0de
tree6dbbd781f72d2375adac99190eb02ca1a31fbebb
parent3536ac5d771bf7c68e70b08f7a7ec85ff56c6b6d
iommu/arm: fix ARM_SMMU_QCOM compilation

My previous bugfix ended up making things worse for the QCOM IOMMU
driver when it forgot to add the Kconfig symbol that is getting used to
control the compilation of the SMMU implementation specific code
for Qualcomm.

Fixes: 424953cf3c66 ("qcom_scm: hide Kconfig symbol")
Reported-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Reported-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Reported-by: John Stultz <john.stultz@linaro.org>
Link: https://lore.kernel.org/lkml/20211010023350.978638-1-dmitry.baryshkov@linaro.org/
Acked-by: Will Deacon <will@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/iommu/Kconfig