diff options
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/Kconfig | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig index ff9e033ce626..cffd8b0082d5 100644 --- a/arch/sh/Kconfig +++ b/arch/sh/Kconfig | |||
@@ -28,6 +28,8 @@ config SUPERH | |||
28 | select RTC_LIB | 28 | select RTC_LIB |
29 | select GENERIC_ATOMIC64 | 29 | select GENERIC_ATOMIC64 |
30 | select GENERIC_IRQ_SHOW | 30 | select GENERIC_IRQ_SHOW |
31 | select GENERIC_CLOCKEVENTS | ||
32 | select GENERIC_CMOS_UPDATE if SH_SH03 || SH_DREAMCAST | ||
31 | help | 33 | help |
32 | The SuperH is a RISC processor targeted for use in embedded systems | 34 | The SuperH is a RISC processor targeted for use in embedded systems |
33 | and consumer electronics; it was also used in the Sega Dreamcast | 35 | and consumer electronics; it was also used in the Sega Dreamcast |
@@ -86,16 +88,6 @@ config GENERIC_GPIO | |||
86 | config GENERIC_CALIBRATE_DELAY | 88 | config GENERIC_CALIBRATE_DELAY |
87 | bool | 89 | bool |
88 | 90 | ||
89 | config GENERIC_CLOCKEVENTS | ||
90 | def_bool y | ||
91 | |||
92 | config GENERIC_CLOCKEVENTS_BROADCAST | ||
93 | bool | ||
94 | |||
95 | config GENERIC_CMOS_UPDATE | ||
96 | def_bool y | ||
97 | depends on SH_SH03 || SH_DREAMCAST | ||
98 | |||
99 | config GENERIC_LOCKBREAK | 91 | config GENERIC_LOCKBREAK |
100 | def_bool y | 92 | def_bool y |
101 | depends on SMP && PREEMPT | 93 | depends on SMP && PREEMPT |