Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146706
b: refs/heads/master
c: 938edae
h: refs/heads/master
v: v3
  • Loading branch information
Paul Mundt committed May 3, 2009
1 parent 95ea710 commit 7d132c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d1fcc0a8db5e47c1abaa783a3e83dbf5f2184969
refs/heads/master: 938edae11ee3a7b20b6d754074a0f2c2edc4534b
9 changes: 1 addition & 8 deletions trunk/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 7d132c7

Please sign in to comment.