X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=samples%2FKconfig;h=d54f28c6dc5e5450595f1d5472f14cad3c42cee9;hb=7af0c9a9cac604bf111d3f38578e2eb5e9148573;hp=224ebb46bed5f8cf2965103f18ffa659d7629e76;hpb=27cf3a16b2535a490f8cf1d29a6634f1c70f7831;p=firefly-linux-kernel-4.4.55.git diff --git a/samples/Kconfig b/samples/Kconfig index 224ebb46bed5..d54f28c6dc5e 100644 --- a/samples/Kconfig +++ b/samples/Kconfig @@ -70,4 +70,10 @@ config SAMPLE_LIVEPATCH Builds a sample live patch that replaces the procfs handler for /proc/cmdline to print "this has been live patched". +config SAMPLE_CONFIGFS + tristate "Build configfs patching sample -- loadable modules only" + depends on CONFIGFS_FS && m + help + Builds a sample configfs interface. + endif # SAMPLES