mm/kmap: Fix bad dependency to ARCH_VMA_MAPPING

kmap does not need ARCH_VMA_MAPPING => remove the dependency
This commit is contained in:
Ville Juven
2023-11-01 16:26:34 +02:00
committed by Petro Karashchenko
parent 2f9c082f8f
commit 8a2d3958e9
2 changed files with 2 additions and 4 deletions
-1
View File
@@ -198,7 +198,6 @@ config MM_KMAP
bool "Support for dynamic kernel virtual mappings"
default n
depends on MM_PGALLOC && BUILD_KERNEL
select ARCH_VMA_MAPPING
---help---
Build support for dynamically mapping pages from the page pool into
kernel virtual memory. This includes pages that are already mapped