Merge tag 'v5.18-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[linux-2.6-microblaze.git] / samples / Kconfig
index 10e021c..470ee3b 100644 (file)
@@ -79,6 +79,13 @@ config SAMPLE_HW_BREAKPOINT
        help
          This builds kernel hardware breakpoint example modules.
 
+config SAMPLE_FPROBE
+       tristate "Build fprobe examples -- loadable modules only"
+       depends on FPROBE && m
+       help
+         This builds a fprobe example module. This module has an option 'symbol'.
+         You can specify a probed symbol or symbols separated with ','.
+
 config SAMPLE_KFIFO
        tristate "Build kfifo examples -- loadable modules only"
        depends on m