Files
Michael Bestas 3c5bab30b4 treewide: Import drivers/dts from oneplus/sm8250_t_13.0.0_op8
Change-Id: I5451cd543f28c485e79508e051533d41323d5f5b
2022-12-17 18:14:34 +02:00

8 lines
316 B
Plaintext

config OPLUS_FEATURE_IM
bool "identify task itself"
default n
help
In many cases we need to identify task, all we do is simply string compare,
but in some performance sensitive context like scheduler, it's not a good choice to
do that. So this IM thing can let we check task only through one comparsion.