Skip to content

Commit

Permalink
sh: select both GENERIC_TIME and GENERIC_CLOCKEVENTS.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Mundt committed May 3, 2009
1 parent d1fcc0a commit 938edae
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions arch/sh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ config GENERIC_TIME
def_bool y

config GENERIC_CLOCKEVENTS
def_bool n
def_bool y

config GENERIC_CLOCKEVENTS_BROADCAST
bool
Expand Down Expand Up @@ -469,34 +469,27 @@ config SH_TMU
bool "TMU timer support"
depends on CPU_SH3 || CPU_SH4
default y
select GENERIC_TIME
select GENERIC_CLOCKEVENTS
help
This enables the use of the TMU as the system timer.

config SH_TIMER_TMU
bool "TMU timer driver"
depends on !SH_TMU && SYS_SUPPORTS_TMU
default y
select GENERIC_TIME
select GENERIC_CLOCKEVENTS
help
This enables the build of the TMU timer driver.

config SH_TIMER_CMT
bool "CMT timer driver"
depends on SYS_SUPPORTS_CMT
default y
select GENERIC_CLOCKEVENTS
select GENERIC_TIME
help
This enables build of the CMT timer driver.

config SH_TIMER_MTU2
bool "MTU2 timer driver"
depends on SYS_SUPPORTS_MTU2
default y
select GENERIC_CLOCKEVENTS
help
This enables build of the MTU2 timer driver.

Expand Down

0 comments on commit 938edae

Please sign in to comment.