kernel-brax3-ubuntu-touch/drivers/misc/mediatek/trusted_mem/Makefile.configs
erascape f319b992b1 kernel-5.15: Initial import brax3 UT kernel
* halium configs enabled

Signed-off-by: erascape <erascape@proton.me>
2025-09-23 15:17:10 +00:00

26 lines
858 B
Text

# SPDX-License-Identifier: GPL-2.0
#
# Copyright (C) 2018 MediaTek Inc.
#
#==========================================================================
# Trusted Memory Subsystem Options
#==========================================================================
# Enable profiling support
TCORE_PROFILING_SUPPORT := n
# Enable auto dump profiling result at regmgr region off
TCORE_PROFILING_AUTO_DUMP := n
# Enable memory leak detection
TCORE_MEMORY_LEAK_DETECTION_SUPPORT := n
#==========================================================================
# Feature Dependency Auto Changes
#==========================================================================
# Force enable option for ENG build only
ifeq ($(CONFIG_TEST_MTK_TRUSTED_MEMORY),m)
TCORE_PROFILING_SUPPORT := n
TCORE_PROFILING_AUTO_DUMP := n
TCORE_MEMORY_LEAK_DETECTION_SUPPORT := y
endif