# SPDX-License-Identifier: GPL-2.0-only
config SECURITY_VED
	tristate "VED support"
	depends on SECURITY && KPROBES && MODULE_UNLOAD && KALLSYMS_ALL && (X86 || ARM64)
	select KPROBES_ENHANCE if (X86_64 || ARM64)
	default m
	help
	  This selects VED - Which is based on Linux Kernel Runtime Guard Framework, and 
	  add some others protections method which provides integrity validation and anti-exploitation functions.
	  If you are unsure how to answer this question, answer M.
