diff options
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 756a908c441d..2d7cb0d04fc8 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -71,7 +71,7 @@ config LOG_BUF_SHIFT | |||
71 | 71 | ||
72 | config DETECT_SOFTLOCKUP | 72 | config DETECT_SOFTLOCKUP |
73 | bool "Detect Soft Lockups" | 73 | bool "Detect Soft Lockups" |
74 | depends on DEBUG_KERNEL | 74 | depends on DEBUG_KERNEL && !S390 |
75 | default y | 75 | default y |
76 | help | 76 | help |
77 | Say Y here to enable the kernel to detect "soft lockups", | 77 | Say Y here to enable the kernel to detect "soft lockups", |