ANDROID: tvgki: disabling CONFIG_DEBUG_FS in tvgki

Since CONFIG_DEBUG_FS is selected by CONFIG_PAGE_OWNER and CONFIG_PAGE_PINNER, we also need to disable CONFIG_PAGE_OWNER and CONFIG_PAGE_PINNER.

Disabling CONFIG_DEBUG_FS is supposed to reduce the Sreclaim memory usage, and the reduced memory usage is about 9MB, including dentry, inode_cache, and lsm_inode_cache.

Bug: 421766809
Change-Id: I941106170b292b5a8636f26ad8d25812ab958464
Signed-off-by: joe.liu <joe.liu@mediatek.com>
This commit is contained in:
joe.liu
2025-06-16 11:43:28 +08:00
committed by Joe Liu
parent c1a3f22e06
commit 272df8fc87

View File

@@ -3,3 +3,6 @@
# CONFIG_BLK_DEV_NVME is not set
# CONFIG_KVM is not set
# CONFIG_KALLSYMS_ALL is not set
# CONFIG_PAGE_OWNER is not set
# CONFIG_PAGE_PINNER is not set
# CONFIG_DEBUG_FS is not set