Re: [PATCH 1/3] iommu/dma: Clean up Kconfig
From: Catalin Marinas <catalin.marinas@arm.com>
Date: 2022-09-02 18:15:30
Also in:
dri-devel, kvm, linux-acpi, linux-iommu, lkml
From: Catalin Marinas <catalin.marinas@arm.com>
Date: 2022-09-02 18:15:30
Also in:
dri-devel, kvm, linux-acpi, linux-iommu, lkml
On Tue, Aug 16, 2022 at 06:28:03PM +0100, Robin Murphy wrote:
Although iommu-dma is a per-architecture chonce, that is currently implemented in a rather haphazard way. Selecting from the arch Kconfig was the original logical approach, but is complicated by having to manage dependencies; conversely, selecting from drivers ends up hiding the architecture dependency *too* well. Instead, let's just have it enable itself automatically when IOMMU API support is enabled for the relevant architectures. It can't get much clearer than that. Signed-off-by: Robin Murphy <robin.murphy@arm.com> --- arch/arm64/Kconfig | 1 -
For this change: Acked-by: Catalin Marinas <catalin.marinas@arm.com> _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel