diff options
author | Josh Poimboeuf <jpoimboe@redhat.com> | 2015-02-03 17:45:18 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2015-02-04 05:25:51 -0500 |
commit | 12cf89b550d13eb7cb86ef182bd6c04345a33a1f (patch) | |
tree | 1836f4d7130559031079b7b611a67127b304dc50 /samples/Kconfig | |
parent | dbed7ddab967550d1181633e8ac7905808f29a94 (diff) |
livepatch: rename config to CONFIG_LIVEPATCH
Rename CONFIG_LIVE_PATCHING to CONFIG_LIVEPATCH to make the naming of
the config and the code more consistent.
Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com>
Reviewed-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'samples/Kconfig')
-rw-r--r-- | samples/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/Kconfig b/samples/Kconfig index 0aed20df5f0b..224ebb46bed5 100644 --- a/samples/Kconfig +++ b/samples/Kconfig | |||
@@ -63,9 +63,9 @@ 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 | ||
66 | config SAMPLE_LIVE_PATCHING | 66 | config SAMPLE_LIVEPATCH |
67 | tristate "Build live patching sample -- loadable modules only" | 67 | tristate "Build live patching sample -- loadable modules only" |
68 | depends on LIVE_PATCHING && m | 68 | depends on LIVEPATCH && m |
69 | help | 69 | help |
70 | Builds a sample live patch that replaces the procfs handler | 70 | Builds a sample live patch that replaces the procfs handler |
71 | for /proc/cmdline to print "this has been live patched". | 71 | for /proc/cmdline to print "this has been live patched". |