diff options
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 4a186508bf8b..bdee91d50a5b 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -1084,6 +1084,17 @@ config LKDTM | |||
1084 | Documentation on how to use the module can be found in | 1084 | Documentation on how to use the module can be found in |
1085 | Documentation/fault-injection/provoke-crashes.txt | 1085 | Documentation/fault-injection/provoke-crashes.txt |
1086 | 1086 | ||
1087 | config NOTIFIER_ERROR_INJECTION | ||
1088 | tristate "Notifier error injection" | ||
1089 | depends on DEBUG_KERNEL | ||
1090 | select DEBUG_FS | ||
1091 | help | ||
1092 | This option provides the ability to inject artifical errors to | ||
1093 | specified notifier chain callbacks. It is useful to test the error | ||
1094 | handling of notifier call chain failures. | ||
1095 | |||
1096 | Say N if unsure. | ||
1097 | |||
1087 | config CPU_NOTIFIER_ERROR_INJECT | 1098 | config CPU_NOTIFIER_ERROR_INJECT |
1088 | tristate "CPU notifier error injection module" | 1099 | tristate "CPU notifier error injection module" |
1089 | depends on HOTPLUG_CPU && DEBUG_KERNEL | 1100 | depends on HOTPLUG_CPU && DEBUG_KERNEL |