kernel-brax3-ubuntu-touch/drivers/resmon/Kconfig
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

27 lines
679 B
Text
Executable file

#
# RESMON configuration
#
menu "RESMON Configuration Support"
config RESMON
tristate "RESMON Configuration "
default n
help
Say Y here if you want support for configuring RESMON from the
kernel. The RESMON application adds a RESMON monitor and RESMON driver.
config RESMON_DEBUG
tristate "RESMON_DEBUG Configuration "
depends on RESMON
default n
help
Say Y here if you want support for process debug info.
config RESMON_KILL_DEBUG
tristate "RESMON_KILL_DEBUG Configuration "
depends on RESMON
default n
help
Say Y here if you want support for process kill/dead lock, etc.
endmenu