kernel_samsung_a53x/drivers/kperfmon/Kconfig
2024-06-15 16:28:49 -03:00

25 lines
698 B
Text

#
# Samsung Performance Logging system
#
menu "samsung Performace manager"
config KPERFMON
bool "Enable performance log"
default y
help
Samsung performance log(OLOG).
Say Y here if enable performance olog driver to do logging system resources.
When some delay occurs in the kernel, native or user user space,
the logging information should be restored into the system.
config KPERFMON_BUILD
tristate "Building tyoe of performance log"
default m
help
Samsung performance log(OLOG).
This is to set a build type for module or build-in.
Say m here if you want a module of performance olog driver.
Say y here if you want build-in object of the performance olog driver.
endmenu