Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310442
b: refs/heads/master
c: b9dbf95
h: refs/heads/master
v: v3
  • Loading branch information
Magnus Damm authored and Thomas Gleixner committed May 25, 2012
1 parent beb6841 commit 3259d7a
Show file tree
Hide file tree
Showing 4 changed files with 407 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: e5400321a6f15ce0fe77c8455954f213ef7dcc54
refs/heads/master: b9dbf9517784084ee9496f9f17f9754c1d021a9e
6 changes: 6 additions & 0 deletions trunk/arch/arm/mach-shmobile/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,12 @@ config SH_TIMER_TMU
help
This enables build of the TMU timer driver.

config EM_TIMER_STI
bool "STI timer driver"
default y
help
This enables build of the STI timer driver.

endmenu

config SH_CLK_CPG
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/clocksource/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ obj-$(CONFIG_CS5535_CLOCK_EVENT_SRC) += cs5535-clockevt.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
obj-$(CONFIG_EM_TIMER_STI) += em_sti.o
obj-$(CONFIG_CLKBLD_I8253) += i8253.o
obj-$(CONFIG_CLKSRC_MMIO) += mmio.o
obj-$(CONFIG_DW_APB_TIMER) += dw_apb_timer.o
Expand Down
Loading

0 comments on commit 3259d7a

Please sign in to comment.