Re: [PATCH] genpt: Make GENERIC_PT invisible

From: Jason Gunthorpe

Date: Wed Nov 12 2025 - 17:34:42 EST


On Wed, Nov 12, 2025 at 03:08:05PM +0100, Geert Uytterhoeven wrote:
> There is no point in asking the user about the Generic Radix Page
> Table API:
> - All IOMMU drivers that use this API already select GENERIC_PT when
> needed,
> - Most users probably do not know what to answer anyway.
>
> Fixes: 7c5b184db7145fd4 ("genpt: Generic Page Table base API")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx>
> ---
> drivers/iommu/generic_pt/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

I can't check this right now but I do recall trying to do this from
the start and it was not working out, it ended up not being
automatically turned on?

Did you test something like menuconfig and the IOMMU drivers are still
presented starting from an allnoconfig?

Thanks,
Jason