public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] genpt: Make GENERIC_PT invisible
@ 2025-11-12 14:08 Geert Uytterhoeven
  2025-11-12 22:34 ` Jason Gunthorpe
  2025-11-20 16:49 ` Jason Gunthorpe
  0 siblings, 2 replies; 7+ messages in thread
From: Geert Uytterhoeven @ 2025-11-12 14:08 UTC (permalink / raw)
  To: Joerg Roedel, Will Deacon, Robin Murphy, Jason Gunthorpe
  Cc: iommu, linux-kernel, Geert Uytterhoeven

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@glider.be>
---
 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 c88971675662feb5..ce4fb478691457e1 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.43.0


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2025-11-20 19:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-12 14:08 [PATCH] genpt: Make GENERIC_PT invisible Geert Uytterhoeven
2025-11-12 22:34 ` Jason Gunthorpe
2025-11-13  8:56   ` Geert Uytterhoeven
2025-11-20 16:49 ` Jason Gunthorpe
2025-11-20 17:07   ` Jason Gunthorpe
2025-11-20 18:31     ` Geert Uytterhoeven
2025-11-20 19:33       ` Jason Gunthorpe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox