diff options
Diffstat (limited to 'arch/sh/Kconfig')
-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 ca5c09b241c3..d88a61b11d32 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -83,6 +83,10 @@ config GENERIC_CLOCKEVENTS | |||
83 | config GENERIC_CLOCKEVENTS_BROADCAST | 83 | config GENERIC_CLOCKEVENTS_BROADCAST |
84 | bool | 84 | bool |
85 | 85 | ||
86 | config GENERIC_CMOS_UPDATE | ||
87 | def_bool y | ||
88 | depends on SH_SH03 || SH_DREAMCAST | ||
89 | |||
86 | config GENERIC_LOCKBREAK | 90 | config GENERIC_LOCKBREAK |
87 | def_bool y | 91 | def_bool y |
88 | depends on SMP && PREEMPT | 92 | depends on SMP && PREEMPT |