aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh')
-rw-r--r--arch/sh/Kconfig4
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
63config GENERIC_CLOCKEVENTS 63config GENERIC_CLOCKEVENTS
64 def_bool n 64 def_bool n
65 65
66config GENERIC_LOCKBREAK
67 def_bool y
68 depends on SMP && PREEMPT
69
66config SYS_SUPPORTS_PM 70config SYS_SUPPORTS_PM
67 bool 71 bool
68 72