]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - samples/Kconfig
livepatch: samples: add sample live patching module
[mirror_ubuntu-artful-kernel.git] / samples / Kconfig
index 6181c2cc9ca06221047025771950bfc37eb8ca7e..0aed20df5f0bc5e934b4dd0b11e04ec726be2b02 100644 (file)
@@ -63,4 +63,11 @@ config SAMPLE_RPMSG_CLIENT
          to communicate with an AMP-configured remote processor over
          the rpmsg bus.
 
+config SAMPLE_LIVE_PATCHING
+       tristate "Build live patching sample -- loadable modules only"
+       depends on LIVE_PATCHING && m
+       help
+         Builds a sample live patch that replaces the procfs handler
+         for /proc/cmdline to print "this has been live patched".
+
 endif # SAMPLES