Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <geert+renesas@glider.be>
Reviewed-by: Jason Gunthorpe <jgg@nvidia.com>
Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>

authored by

Geert Uytterhoeven and committed by
Joerg Roedel
01569c21 5de863ef

+1 -1
+1 -1
drivers/iommu/generic_pt/Kconfig
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 2 3 3 menuconfig GENERIC_PT 4 - bool "Generic Radix Page Table" 4 + bool "Generic Radix Page Table" if COMPILE_TEST 5 5 help 6 6 Generic library for building radix tree page tables. 7 7