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
1 changed files with 1 additions and 0 deletions
|
@ -696,6 +696,7 @@ config ARCH_SHM_VBASE
|
|||
|
||||
config ARCH_KMAP_VBASE
|
||||
hex "Kernel dynamic virtual mappings base"
|
||||
depends on MM_KMAP
|
||||
---help---
|
||||
The virtual address of the beginning of the kernel dynamic mapping
|
||||
region.
|
||||
|
|
Loading…
Reference in a new issue