Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev...
[sfrench/cifs-2.6.git] / samples / Kconfig
index 10e021c722829ff03fb12d82e255b41efbd53473..470ee3baf2e16db4c5f4534eb8036d4c3c4450d5 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