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:
Yanfeng Liu 2023-12-29 21:11:42 +08:00 committed by Alan Carvalho de Assis
parent 675f775494
commit 9b439a5c72

View File

@ -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.