mirror of
https://github.com/apache/nuttx.git
synced 2026-05-29 20:56:47 +08:00
mm/kmap: Fix bad dependency to ARCH_VMA_MAPPING
kmap does not need ARCH_VMA_MAPPING => remove the dependency
This commit is contained in:
committed by
Petro Karashchenko
parent
2f9c082f8f
commit
8a2d3958e9
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user