Skip to content

Commit 01569c2

Browse files
geertujoergroedel
authored andcommitted
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: 7c5b184 ("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>
1 parent 5de863e commit 01569c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/iommu/generic_pt/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# SPDX-License-Identifier: GPL-2.0-only
22

33
menuconfig GENERIC_PT
4-
bool "Generic Radix Page Table"
4+
bool "Generic Radix Page Table" if COMPILE_TEST
55
help
66
Generic library for building radix tree page tables.
77

0 commit comments

Comments
 (0)