Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313203
b: refs/heads/master
c: 2aa1ecf
h: refs/heads/master
i:
  313201: 6ce9df7
  313199: 1d221cc
v: v3
  • Loading branch information
Mark Brown authored and Kukjin Kim committed Jul 12, 2012
1 parent 53db1ce commit 7646b7b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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: 12f081ffeefbebac085dc6e2138cd06e4803d9a0
refs/heads/master: 2aa1ecf731fc4211a6b453167dff44c778789743
4 changes: 4 additions & 0 deletions trunk/arch/arm/plat-samsung/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,10 @@ config S5P_HRT

# clock options

config SAMSUNG_CLOCK
bool
default y if !COMMON_CLK

config SAMSUNG_CLKSRC
bool
help
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/arm/plat-samsung/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ obj-y += init.o cpu.o
obj-$(CONFIG_ARCH_USES_GETTIMEOFFSET) += time.o
obj-$(CONFIG_S5P_HRT) += s5p-time.o

obj-y += clock.o
obj-y += pwm-clock.o
obj-$(CONFIG_SAMSUNG_CLOCK) += clock.o
obj-$(CONFIG_SAMSUNG_CLOCK) += pwm-clock.o

obj-$(CONFIG_SAMSUNG_CLKSRC) += clock-clksrc.o
obj-$(CONFIG_S5P_CLOCK) += s5p-clock.o
Expand Down

0 comments on commit 7646b7b

Please sign in to comment.