aboutsummaryrefslogtreecommitdiffstats
path: root/samples/Kconfig
diff options
context:
space:
mode:
authorSeth Jennings <sjenning@redhat.com>2014-12-16 12:58:20 -0500
committerJiri Kosina <jkosina@suse.cz>2014-12-22 09:40:49 -0500
commit13d1cf7e702596e0cd8ec62afa6bd49c431f2d0c (patch)
tree0ee633d435755d634793462e0a6fc528205822dd /samples/Kconfig
parentb700e7f03df5d92f85fa5247fe1f557528d3363d (diff)
livepatch: samples: add sample live patching module
Add a sample live patching module. Signed-off-by: Seth Jennings <sjenning@redhat.com> Reviewed-by: Miroslav Benes <mbenes@suse.cz> Reviewed-by: Petr Mladek <pmladek@suse.cz> Reviewed-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'samples/Kconfig')
-rw-r--r--samples/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/samples/Kconfig b/samples/Kconfig
index 6181c2cc9ca0..0aed20df5f0b 100644
--- a/samples/Kconfig
+++ b/samples/Kconfig
@@ -63,4 +63,11 @@ config SAMPLE_RPMSG_CLIENT
63 to communicate with an AMP-configured remote processor over 63 to communicate with an AMP-configured remote processor over
64 the rpmsg bus. 64 the rpmsg bus.
65 65
66config SAMPLE_LIVE_PATCHING
67 tristate "Build live patching sample -- loadable modules only"
68 depends on LIVE_PATCHING && m
69 help
70 Builds a sample live patch that replaces the procfs handler
71 for /proc/cmdline to print "this has been live patched".
72
66endif # SAMPLES 73endif # SAMPLES