1
0
mirror of https://github.com/physwizz/a155-U-u1.git synced 2024-11-19 13:27:49 +00:00
a155-U-u1/kernel-5.10/drivers/misc/mediatek/locking/Kconfig
2024-03-11 06:53:12 +11:00

10 lines
426 B
Plaintext

config MTK_LOCKING_AEE
tristate "Enable MTK locking AEE"
depends on PROVE_LOCKING && HAVE_KPROBES && MODULES && MTK_AEE_FEATURE
select KPROBES
help
CONFIG_MTK_LOCKING_AEE define if mtk locking AEE tool should be
built-in, module or not. If mtk locking AEE tool is enabled, a
Kernel API dump will be generated when the lockdep is turned off.
If you are not sure about whether to enable it or not, please set n.