diff options
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index 0ae541107f3f..37b91017818d 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -63,6 +63,10 @@ config GENERIC_TIME | |||
63 | config GENERIC_CLOCKEVENTS | 63 | config GENERIC_CLOCKEVENTS |
64 | def_bool n | 64 | def_bool n |
65 | 65 | ||
66 | config GENERIC_LOCKBREAK | ||
67 | def_bool y | ||
68 | depends on SMP && PREEMPT | ||
69 | |||
66 | config SYS_SUPPORTS_PM | 70 | config SYS_SUPPORTS_PM |
67 | bool | 71 | bool |
68 | 72 | ||