From 01569c216ddeda94d3d8ffb8a5241ba3b2d72a5a Mon Sep 17 00:00:00 2001 From: Geert Uytterhoeven Date: Wed, 12 Nov 2025 15:08:05 +0100 Subject: [PATCH] genpt: Make GENERIC_PT invisible 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 Reviewed-by: Jason Gunthorpe Signed-off-by: Joerg Roedel --- drivers/iommu/generic_pt/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/iommu/generic_pt/Kconfig b/drivers/iommu/generic_pt/Kconfig index c88971675662f..ce4fb47869145 100644 --- a/drivers/iommu/generic_pt/Kconfig +++ b/drivers/iommu/generic_pt/Kconfig @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0-only menuconfig GENERIC_PT - bool "Generic Radix Page Table" + bool "Generic Radix Page Table" if COMPILE_TEST help Generic library for building radix tree page tables. -- 2.47.3