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: 7c5b184db7 ("genpt: Generic Page Table base API")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Jason Gunthorpe <jgg@nvidia.com>
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
This commit is contained in:
Geert Uytterhoeven
2025-11-12 15:08:05 +01:00
committed by Joerg Roedel
parent 5de863efbf
commit 01569c216d

View File

@@ -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.