summaryrefslogtreecommitdiffstats
path: root/kernel/samples/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/samples/Kconfig')
-rw-r--r--kernel/samples/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/kernel/samples/Kconfig b/kernel/samples/Kconfig
index 224ebb46b..d54f28c6d 100644
--- a/kernel/samples/Kconfig
+++ b/kernel/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