Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger...
[firefly-linux-kernel-4.4.55.git] / samples / Kconfig
index 6181c2cc9ca06221047025771950bfc37eb8ca7e..224ebb46bed5f8cf2965103f18ffa659d7629e76 100644 (file)
@@ -63,4 +63,11 @@ config SAMPLE_RPMSG_CLIENT
          to communicate with an AMP-configured remote processor over
          the rpmsg bus.
 
+config SAMPLE_LIVEPATCH
+       tristate "Build live patching sample -- loadable modules only"
+       depends on LIVEPATCH && m
+       help
+         Builds a sample live patch that replaces the procfs handler
+         for /proc/cmdline to print "this has been live patched".
+
 endif # SAMPLES