aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/Kconfig')
-rw-r--r--arch/sh/Kconfig12
1 files changed, 2 insertions, 10 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index ff9e033ce62..cffd8b0082d 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
86config GENERIC_CALIBRATE_DELAY 88config GENERIC_CALIBRATE_DELAY
87 bool 89 bool
88 90
89config GENERIC_CLOCKEVENTS
90 def_bool y
91
92config GENERIC_CLOCKEVENTS_BROADCAST
93 bool
94
95config GENERIC_CMOS_UPDATE
96 def_bool y
97 depends on SH_SH03 || SH_DREAMCAST
98
99config GENERIC_LOCKBREAK 91config GENERIC_LOCKBREAK
100 def_bool y 92 def_bool y
101 depends on SMP && PREEMPT 93 depends on SMP && PREEMPT