add missing dependency to MM_KMAP for ARCH_KMAP_VBASE
This is to align with ARCH_KMAP_VBASE by source codes. It also fixes fake warnings from `tools/refresh.sh`. Signed-off-by: Yanfeng Liu <yfliu2008@qq.com>
This commit is contained in:
parent
675f775494
commit
9b439a5c72
@ -696,6 +696,7 @@ config ARCH_SHM_VBASE
|
|||||||
|
|
||||||
config ARCH_KMAP_VBASE
|
config ARCH_KMAP_VBASE
|
||||||
hex "Kernel dynamic virtual mappings base"
|
hex "Kernel dynamic virtual mappings base"
|
||||||
|
depends on MM_KMAP
|
||||||
---help---
|
---help---
|
||||||
The virtual address of the beginning of the kernel dynamic mapping
|
The virtual address of the beginning of the kernel dynamic mapping
|
||||||
region.
|
region.
|
||||||
|
Loading…
Reference in New Issue
Block a user