diff options
author | Anna-Maria Gleixner <anna-maria@glx-um.de> | 2012-05-18 12:45:53 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2012-05-21 05:01:44 -0400 |
commit | 8cf200d8d01e71e8708a883a9cd0439cda6c2432 (patch) | |
tree | 8860a8e986f6fa6304b780bed8a2c48383815683 /arch/sh/Kconfig | |
parent | 43229d1e0976e42069cbc8cab99273183becd0ec (diff) |
sh: Use generic time config
Signed-off-by: Anna-Maria Gleixner <anna-maria@glx-um.de>
Cc: Paul Mundt <lethal@linux-sh.org>
Link: http://lkml.kernel.org/r/20120518163106.857566635@glx-um.de
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/sh/Kconfig')
-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 |