aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-samsung/Kconfig
diff options
context:
space:
mode:
authorKukjin Kim <kgene.kim@samsung.com>2012-04-17 14:20:49 -0400
committerKukjin Kim <kgene.kim@samsung.com>2012-05-12 18:01:43 -0400
commit33bf33278fa608428c46d4fab58ae5bc3e3acfde (patch)
tree06ae04e544da1f5ac48cbf4b3168cb3e4b98e03a /arch/arm/plat-samsung/Kconfig
parent8eadcf74ec8285800f7f6a36a8f283932a69d17f (diff)
ARM: SAMSUNG: move hr timer for common s5p into plat-samsung
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/plat-samsung/Kconfig')
-rw-r--r--arch/arm/plat-samsung/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig
index 218462361e31..1922413f2ee7 100644
--- a/arch/arm/plat-samsung/Kconfig
+++ b/arch/arm/plat-samsung/Kconfig
@@ -50,6 +50,14 @@ config S3C_LOWLEVEL_UART_PORT
50 this configuration should be between zero and two. The port 50 this configuration should be between zero and two. The port
51 must have been initialised by the boot-loader before use. 51 must have been initialised by the boot-loader before use.
52 52
53# timer options
54
55config S5P_HRT
56 bool
57 select SAMSUNG_DEV_PWM
58 help
59 Use the High Resolution timer support
60
53# clock options 61# clock options
54 62
55config SAMSUNG_CLKSRC 63config SAMSUNG_CLKSRC