mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 06:42:32 +08:00
arch/kconfig: revising kernel mapping configs
- Add ARCH_KVMA_MAPPING to guard kernel mapping.
- Set dependency from MM_KMAP to ARCH_KVMA_MAPPING, as per commit
70de321de3.
Signed-off-by: Yanfeng Liu <yfliu2008@qq.com>
This commit is contained in:
@@ -198,6 +198,7 @@ config MM_KMAP
|
||||
bool "Support for dynamic kernel virtual mappings"
|
||||
default n
|
||||
depends on MM_PGALLOC && BUILD_KERNEL
|
||||
select ARCH_KVMA_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