diff options
Diffstat (limited to 'arch/arm/mach-s5pv210/Kconfig')
-rw-r--r-- | arch/arm/mach-s5pv210/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-s5pv210/Kconfig b/arch/arm/mach-s5pv210/Kconfig index 7601c28e240b..231c48513156 100644 --- a/arch/arm/mach-s5pv210/Kconfig +++ b/arch/arm/mach-s5pv210/Kconfig | |||
@@ -25,6 +25,8 @@ config MACH_SMDKV210 | |||
25 | bool "SMDKV210" | 25 | bool "SMDKV210" |
26 | select CPU_S5PV210 | 26 | select CPU_S5PV210 |
27 | select ARCH_SPARSEMEM_ENABLE | 27 | select ARCH_SPARSEMEM_ENABLE |
28 | select S3C_DEV_WDT | ||
29 | select HAVE_S3C2410_WATCHDOG | ||
28 | help | 30 | help |
29 | Machine support for Samsung SMDKV210 | 31 | Machine support for Samsung SMDKV210 |
30 | 32 | ||
@@ -32,6 +34,8 @@ config MACH_SMDKC110 | |||
32 | bool "SMDKC110" | 34 | bool "SMDKC110" |
33 | select CPU_S5PV210 | 35 | select CPU_S5PV210 |
34 | select ARCH_SPARSEMEM_ENABLE | 36 | select ARCH_SPARSEMEM_ENABLE |
37 | select S3C_DEV_WDT | ||
38 | select HAVE_S3C2410_WATCHDOG | ||
35 | help | 39 | help |
36 | Machine support for Samsung SMDKC110 | 40 | Machine support for Samsung SMDKC110 |
37 | S5PC110(MCP) is one of package option of S5PV210 | 41 | S5PC110(MCP) is one of package option of S5PV210 |