diff options
-rw-r--r-- | arch/s390/Kconfig | 5 |
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 | |||
47 | config NO_DMA | 47 | config NO_DMA |
48 | def_bool y | 48 | def_bool y |
49 | 49 | ||
50 | config GENERIC_LOCKBREAK | ||
51 | bool | ||
52 | default y | ||
53 | depends on SMP && PREEMPT | ||
54 | |||
50 | mainmenu "Linux Kernel Configuration" | 55 | mainmenu "Linux Kernel Configuration" |
51 | 56 | ||
52 | config S390 | 57 | config S390 |