aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2009-05-03 05:12:26 -0400
committerPaul Mundt <lethal@linux-sh.org>2009-05-03 05:12:26 -0400
commit938edae11ee3a7b20b6d754074a0f2c2edc4534b (patch)
treef2c31c2af733bc9e48eaa6de7ac9e919a987ea1c /arch
parentd1fcc0a8db5e47c1abaa783a3e83dbf5f2184969 (diff)
sh: select both GENERIC_TIME and GENERIC_CLOCKEVENTS.
Now that the rest of the timers that didn't support clockevents have been rewritten, both of these can be enabled by default. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/sh/Kconfig9
1 files changed, 1 insertions, 8 deletions
diff --git a/arch/sh/Kconfig b/arch/sh/Kconfig
index c3e9455498a..565f39042ad 100644
--- a/arch/sh/Kconfig
+++ b/arch/sh/Kconfig
@@ -78,7 +78,7 @@ config GENERIC_TIME
78 def_bool y 78 def_bool y
79 79
80config GENERIC_CLOCKEVENTS 80config GENERIC_CLOCKEVENTS
81 def_bool n 81 def_bool y
82 82
83config GENERIC_CLOCKEVENTS_BROADCAST 83config GENERIC_CLOCKEVENTS_BROADCAST
84 bool 84 bool
@@ -469,8 +469,6 @@ config SH_TMU
469 bool "TMU timer support" 469 bool "TMU timer support"
470 depends on CPU_SH3 || CPU_SH4 470 depends on CPU_SH3 || CPU_SH4
471 default y 471 default y
472 select GENERIC_TIME
473 select GENERIC_CLOCKEVENTS
474 help 472 help
475 This enables the use of the TMU as the system timer. 473 This enables the use of the TMU as the system timer.
476 474
@@ -478,8 +476,6 @@ config SH_TIMER_TMU
478 bool "TMU timer driver" 476 bool "TMU timer driver"
479 depends on !SH_TMU && SYS_SUPPORTS_TMU 477 depends on !SH_TMU && SYS_SUPPORTS_TMU
480 default y 478 default y
481 select GENERIC_TIME
482 select GENERIC_CLOCKEVENTS
483 help 479 help
484 This enables the build of the TMU timer driver. 480 This enables the build of the TMU timer driver.
485 481
@@ -487,8 +483,6 @@ config SH_TIMER_CMT
487 bool "CMT timer driver" 483 bool "CMT timer driver"
488 depends on SYS_SUPPORTS_CMT 484 depends on SYS_SUPPORTS_CMT
489 default y 485 default y
490 select GENERIC_CLOCKEVENTS
491 select GENERIC_TIME
492 help 486 help
493 This enables build of the CMT timer driver. 487 This enables build of the CMT timer driver.
494 488
@@ -496,7 +490,6 @@ config SH_TIMER_MTU2
496 bool "MTU2 timer driver" 490 bool "MTU2 timer driver"
497 depends on SYS_SUPPORTS_MTU2 491 depends on SYS_SUPPORTS_MTU2
498 default y 492 default y
499 select GENERIC_CLOCKEVENTS
500 help 493 help
501 This enables build of the MTU2 timer driver. 494 This enables build of the MTU2 timer driver.
502 495