Re: [PATCH 015/171] iommu: Add a Kconfig for SPL_IOMMU

2023-02-04 Thread Simon Glass
Hi Mark, On Mon, 30 Jan 2023 at 09:24, Mark Kettenis wrote: > > > From: Simon Glass > > Date: Mon, 30 Jan 2023 07:40:48 -0700 > > > > This is implicitly used in the source and seems useful, so add it. > > At this point the IOMMU support isn't used for SPL. While I can't > rule out we'll see an

Re: [PATCH 015/171] iommu: Add a Kconfig for SPL_IOMMU

2023-01-30 Thread Mark Kettenis
> From: Simon Glass > Date: Mon, 30 Jan 2023 07:40:48 -0700 > > This is implicitly used in the source and seems useful, so add it. At this point the IOMMU support isn't used for SPL. While I can't rule out we'll see an SoC at some point the needs it, I don't think I've seen an SoC that has devi

[PATCH 015/171] iommu: Add a Kconfig for SPL_IOMMU

2023-01-30 Thread Simon Glass
This is implicitly used in the source and seems useful, so add it. Signed-off-by: Simon Glass --- drivers/iommu/Kconfig | 4 1 file changed, 4 insertions(+) diff --git a/drivers/iommu/Kconfig b/drivers/iommu/Kconfig index dabc1f900d5..bbacd14a56c 100644 --- a/drivers/iommu/Kconfig +++ b/d