aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/s390/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig
index 82cbffd03654..f0e7ccf1b206 100644
--- a/arch/s390/Kconfig
+++ b/arch/s390/Kconfig
@@ -47,6 +47,11 @@ config NO_IOMEM
47config NO_DMA 47config NO_DMA
48 def_bool y 48 def_bool y
49 49
50config GENERIC_LOCKBREAK
51 bool
52 default y
53 depends on SMP && PREEMPT
54
50mainmenu "Linux Kernel Configuration" 55mainmenu "Linux Kernel Configuration"
51 56
52config S390 57config S390