summaryrefslogtreecommitdiff
path: root/arch/arm/mach-s5pv310
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s5pv310')
-rw-r--r--arch/arm/mach-s5pv310/Kconfig2
-rw-r--r--arch/arm/mach-s5pv310/mach-smdkc210.c1
-rw-r--r--arch/arm/mach-s5pv310/mach-smdkv310.c1
3 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv310/Kconfig b/arch/arm/mach-s5pv310/Kconfig
index 4de5d72..1d59ce9 100644
--- a/arch/arm/mach-s5pv310/Kconfig
+++ b/arch/arm/mach-s5pv310/Kconfig
@@ -34,6 +34,7 @@ config MACH_SMDKC210
select CPU_S5PV310
select ARCH_SPARSEMEM_ENABLE
select S3C_DEV_RTC
+ select S3C_DEV_WDT
help
Machine support for Samsung SMDKC210
S5PC210(MCP) is one of package option of S5PV310
@@ -55,6 +56,7 @@ config MACH_SMDKV310
select CPU_S5PV310
select ARCH_SPARSEMEM_ENABLE
select S3C_DEV_RTC
+ select S3C_DEV_WDT
help
Machine support for Samsung SMDKV310
diff --git a/arch/arm/mach-s5pv310/mach-smdkc210.c b/arch/arm/mach-s5pv310/mach-smdkc210.c
index 9464084..b062397 100644
--- a/arch/arm/mach-s5pv310/mach-smdkc210.c
+++ b/arch/arm/mach-s5pv310/mach-smdkc210.c
@@ -68,6 +68,7 @@ static struct s3c2410_uartcfg smdkc210_uartcfgs[] __initdata = {
static struct platform_device *smdkc210_devices[] __initdata = {
&s3c_device_rtc,
+ &s3c_device_wdt,
};
static void __init smdkc210_map_io(void)
diff --git a/arch/arm/mach-s5pv310/mach-smdkv310.c b/arch/arm/mach-s5pv310/mach-smdkv310.c
index 06062c8..9cb827d 100644
--- a/arch/arm/mach-s5pv310/mach-smdkv310.c
+++ b/arch/arm/mach-s5pv310/mach-smdkv310.c
@@ -68,6 +68,7 @@ static struct s3c2410_uartcfg smdkv310_uartcfgs[] __initdata = {
static struct platform_device *smdkv310_devices[] __initdata = {
&s3c_device_rtc,
+ &s3c_device_wdt,
};
static void __init smdkv310_map_io(void)