diff options
Diffstat (limited to 'arch/arm/mach-s3c24xx/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c24xx/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach-s3c24xx/Kconfig index f2f7088bfd22..f8d1912f103e 100644 --- a/arch/arm/mach-s3c24xx/Kconfig +++ b/arch/arm/mach-s3c24xx/Kconfig | |||
@@ -31,6 +31,7 @@ config CPU_S3C2410 | |||
31 | select S3C2410_CPUFREQ if CPU_FREQ_S3C24XX | 31 | select S3C2410_CPUFREQ if CPU_FREQ_S3C24XX |
32 | select S3C2410_PM if PM | 32 | select S3C2410_PM if PM |
33 | select SAMSUNG_HRT | 33 | select SAMSUNG_HRT |
34 | select SAMSUNG_WDT_RESET | ||
34 | help | 35 | help |
35 | Support for S3C2410 and S3C2410A family from the S3C24XX line | 36 | Support for S3C2410 and S3C2410A family from the S3C24XX line |
36 | of Samsung Mobile CPUs. | 37 | of Samsung Mobile CPUs. |
@@ -81,6 +82,7 @@ config CPU_S3C2442 | |||
81 | config CPU_S3C244X | 82 | config CPU_S3C244X |
82 | def_bool y | 83 | def_bool y |
83 | depends on CPU_S3C2440 || CPU_S3C2442 | 84 | depends on CPU_S3C2440 || CPU_S3C2442 |
85 | select SAMSUNG_WDT_RESET | ||
84 | 86 | ||
85 | config CPU_S3C2443 | 87 | config CPU_S3C2443 |
86 | bool "SAMSUNG S3C2443" | 88 | bool "SAMSUNG S3C2443" |