shm: Rename FS_SHMPATH to FS_SHM_VFS_PATH

align with other similiar config which suffix with _VFS_PATH

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2022-02-06 00:35:50 +08:00 committed by Petro Karashchenko
parent 0eec2f5251
commit ea4a276eb0

View File

@ -12,7 +12,7 @@ config FS_SHM
if FS_SHM
config FS_SHMPATH
config FS_SHM_VFS_PATH
string "Path to shared memory object storage"
default "/var/shm"
---help---