aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Kconfig.debug
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r--lib/Kconfig.debug12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 2c133c098607..35228b3e7e92 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -413,3 +413,15 @@ config LKDTM
413 413
414 Documentation on how to use the module can be found in 414 Documentation on how to use the module can be found in
415 drivers/misc/lkdtm.c 415 drivers/misc/lkdtm.c
416
417config FAULT_INJECTION
418 bool
419
420config FAULT_INJECTION_DEBUG_FS
421 bool "Debugfs entries for fault-injection capabilities"
422 depends on FAULT_INJECTION && SYSFS
423 select DEBUG_FS
424 help
425 This option enable configuration of fault-injection capabilities via
426 debugfs.
427