aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s5pv310/Kconfig
diff options
context:
space:
mode:
authorJemings Ko <jemings@samsung.com>2010-09-20 02:33:04 -0400
committerKukjin Kim <kgene.kim@samsung.com>2010-10-20 18:52:18 -0400
commit8d75c9128a07bd1f81952a518ed818d1a3e90c96 (patch)
tree698afc1d4db8c70ee533f79233db889077b44b47 /arch/arm/mach-s5pv310/Kconfig
parentcdff6e6fd2d4360e2d5bc39afe3f1ef17d79dbf0 (diff)
ARM: S5PV310: Add support Watchdog Timer
This patch adds support Watchdog Timer for S5PV310 and S5PC210. Signed-off-by: Jemings Ko <jemings@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s5pv310/Kconfig')
-rw-r--r--arch/arm/mach-s5pv310/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv310/Kconfig b/arch/arm/mach-s5pv310/Kconfig
index 4de5d7265a9..1d59ce9701c 100644
--- a/arch/arm/mach-s5pv310/Kconfig
+++ b/arch/arm/mach-s5pv310/Kconfig
@@ -34,6 +34,7 @@ config MACH_SMDKC210
34 select CPU_S5PV310 34 select CPU_S5PV310
35 select ARCH_SPARSEMEM_ENABLE 35 select ARCH_SPARSEMEM_ENABLE
36 select S3C_DEV_RTC 36 select S3C_DEV_RTC
37 select S3C_DEV_WDT
37 help 38 help
38 Machine support for Samsung SMDKC210 39 Machine support for Samsung SMDKC210
39 S5PC210(MCP) is one of package option of S5PV310 40 S5PC210(MCP) is one of package option of S5PV310
@@ -55,6 +56,7 @@ config MACH_SMDKV310
55 select CPU_S5PV310 56 select CPU_S5PV310
56 select ARCH_SPARSEMEM_ENABLE 57 select ARCH_SPARSEMEM_ENABLE
57 select S3C_DEV_RTC 58 select S3C_DEV_RTC
59 select S3C_DEV_WDT
58 help 60 help
59 Machine support for Samsung SMDKV310 61 Machine support for Samsung SMDKV310
60 62