]> www.infradead.org Git - users/jedix/linux-maple.git/commit
media: qcom: Clean up Kconfig dependencies
authorRobin Murphy <robin.murphy@arm.com>
Tue, 16 Aug 2022 13:49:05 +0000 (14:49 +0100)
committerHans Verkuil <hverkuil@xs4all.nl>
Thu, 6 Mar 2025 16:28:30 +0000 (17:28 +0100)
commit97e2ef56db5750786065d77e964e73cf27413a59
tree61c5570359302738af61a17e4ad493ba1873890f
parent466b7053cb88586a84228bb0800921279d8748cb
media: qcom: Clean up Kconfig dependencies

Depending on IOMMU_DMA is suspicious, since the low-level DMA ops
internals and MSI helpers is provides are not of interest to general
drivers. In practice it mostly seems to be serving as a dependency on
ARM64 here, so do that properly. The venus driver looks like it won't
actually be useful at runtime without the IOMMU API, so add that too.

Signed-off-by: Robin Murphy <robin.murphy@arm.com>
Reviewed-by: Robert Foss <robert.foss@linaro.org>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
drivers/media/platform/qcom/venus/Kconfig