Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4189bc71 authored by Jon Medhurst's avatar Jon Medhurst
Browse files

ARM: kprobes: Add config option for selecting the ARM kprobes tests

parent b6fd41e2
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -129,4 +129,10 @@ config DEBUG_S3C_UART
	  The uncompressor code port configuration is now handled
	  by CONFIG_S3C_LOWLEVEL_UART_PORT.

config ARM_KPROBES_TEST
	tristate "Kprobes test module"
	depends on KPROBES && MODULES
	help
	  Perform tests of kprobes API and instruction set simulation.

endmenu