#
# File system configuration
#

menu "System sniffer"

config SYS_SNIFFER
        tristate "system sniffer"
		default m
		depends on X86 || X86_64
        help
			Syssniffer is a kernel-level diagnostic toolkit designed 
			to probe and analyze the current operational state of a 
			contentious system. By utilizing syssniffer, users can 
			promptly detect system bottlenecks, operational state, 
			performance issues, and more.
endmenu
