Skip to content

Commit

Permalink
ARM: SAMSUNG: move hr timer for common s5p into plat-samsung
Browse files Browse the repository at this point in the history
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Kukjin Kim committed May 12, 2012
1 parent 8eadcf7 commit 33bf332
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 12 deletions.
6 changes: 0 additions & 6 deletions arch/arm/plat-s5p/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ config PLAT_S5P
help
Base platform code for Samsung's S5P series SoC.

config S5P_HRT
bool
select SAMSUNG_DEV_PWM
help
Use the High Resolution timer support

config S5P_DEV_UART
def_bool y
depends on (ARCH_S5P64X0 || ARCH_S5PC100 || ARCH_S5PV210)
Expand Down
4 changes: 0 additions & 4 deletions arch/arm/plat-s5p/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ obj-m :=
obj-n := dummy.o
obj- :=

# Core files

obj-$(CONFIG_S5P_HRT) += s5p-time.o

# devices

obj-$(CONFIG_S5P_DEV_UART) += dev-uart.o
Expand Down
8 changes: 8 additions & 0 deletions arch/arm/plat-samsung/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ config S3C_LOWLEVEL_UART_PORT
this configuration should be between zero and two. The port
must have been initialised by the boot-loader before use.

# timer options

config S5P_HRT
bool
select SAMSUNG_DEV_PWM
help
Use the High Resolution timer support

# clock options

config SAMSUNG_CLKSRC
Expand Down
2 changes: 2 additions & 0 deletions arch/arm/plat-samsung/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ obj- :=

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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/* linux/arch/arm/plat-s5p/s5p-time.c
*
/*
* Copyright (c) 2011 Samsung Electronics Co., Ltd.
* http://www.samsung.com/
*
Expand Down

0 comments on commit 33bf332

Please sign in to comment.