Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146702
b: refs/heads/master
c: 9570ef2
h: refs/heads/master
v: v3
  • Loading branch information
Magnus Damm authored and Paul Mundt committed May 3, 2009
1 parent 63eadaf commit 0ba4df7
Show file tree
Hide file tree
Showing 5 changed files with 488 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3280c8865e1b738604bacdea54738acef31e8c12
refs/heads/master: 9570ef20423b549757aa484ad388f9a7d5bdc4d9
12 changes: 12 additions & 0 deletions trunk/arch/sh/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ config SYS_SUPPORTS_CMT
config SYS_SUPPORTS_MTU2
bool

config SYS_SUPPORTS_TMU
bool

config STACKTRACE_SUPPORT
def_bool y

Expand Down Expand Up @@ -470,6 +473,15 @@ config SH_TMU
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
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/clocksource/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ obj-$(CONFIG_X86_PM_TIMER) += acpi_pm.o
obj-$(CONFIG_SCx200HR_TIMER) += scx200_hrt.o
obj-$(CONFIG_SH_TIMER_CMT) += sh_cmt.o
obj-$(CONFIG_SH_TIMER_MTU2) += sh_mtu2.o
obj-$(CONFIG_SH_TIMER_TMU) += sh_tmu.o
Loading

0 comments on commit 0ba4df7

Please sign in to comment.