diff options
author | Kukjin Kim <kgene.kim@samsung.com> | 2012-04-17 11:20:49 -0700 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-05-13 07:01:43 +0900 |
commit | 33bf33278fa608428c46d4fab58ae5bc3e3acfde (patch) | |
tree | 06ae04e544da1f5ac48cbf4b3168cb3e4b98e03a /arch/arm/plat-samsung/Kconfig | |
parent | 8eadcf74ec8285800f7f6a36a8f283932a69d17f (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/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig index 218462361e3..1922413f2ee 100644 --- a/arch/arm/plat-samsung/Kconfig +++ b/arch/arm/plat-samsung/Kconfig @@ -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 |