X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=samples%2FKconfig;h=224ebb46bed5f8cf2965103f18ffa659d7629e76;hb=3e12cefbe143b4947171ff92dd50024c4841e291;hp=6181c2cc9ca06221047025771950bfc37eb8ca7e;hpb=3615db41c4b82896de450b6b4e3dab2420dcae51;p=cascardo%2Flinux.git diff --git a/samples/Kconfig b/samples/Kconfig index 6181c2cc9ca0..224ebb46bed5 100644 --- a/samples/Kconfig +++ b/samples/Kconfig @@ -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