aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Kconfig.debug
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r--lib/Kconfig.debug10
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index e458782f3c52..3a353091a903 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -1192,14 +1192,14 @@ config MEMORY_NOTIFIER_ERROR_INJECT
1192 1192
1193 If unsure, say N. 1193 If unsure, say N.
1194 1194
1195config PSERIES_RECONFIG_NOTIFIER_ERROR_INJECT 1195config OF_RECONFIG_NOTIFIER_ERROR_INJECT
1196 tristate "pSeries reconfig notifier error injection module" 1196 tristate "OF reconfig notifier error injection module"
1197 depends on PPC_PSERIES && NOTIFIER_ERROR_INJECTION 1197 depends on OF_DYNAMIC && NOTIFIER_ERROR_INJECTION
1198 help 1198 help
1199 This option provides the ability to inject artificial errors to 1199 This option provides the ability to inject artificial errors to
1200 pSeries reconfig notifier chain callbacks. It is controlled 1200 OF reconfig notifier chain callbacks. It is controlled
1201 through debugfs interface under 1201 through debugfs interface under
1202 /sys/kernel/debug/notifier-error-inject/pSeries-reconfig/ 1202 /sys/kernel/debug/notifier-error-inject/OF-reconfig/
1203 1203
1204 If the notifier call chain should be failed with some events 1204 If the notifier call chain should be failed with some events
1205 notified, write the error code to "actions/<notifier event>/error". 1205 notified, write the error code to "actions/<notifier event>/error".