aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/configs/s3c2410_defconfig4
-rw-r--r--arch/arm/plat-s3c/Kconfig8
2 files changed, 6 insertions, 6 deletions
diff --git a/arch/arm/configs/s3c2410_defconfig b/arch/arm/configs/s3c2410_defconfig
index ada89b6c3919..f8a1645b3d4a 100644
--- a/arch/arm/configs/s3c2410_defconfig
+++ b/arch/arm/configs/s3c2410_defconfig
@@ -138,8 +138,8 @@ CONFIG_ARCH_S3C2410=y
138CONFIG_PLAT_S3C24XX=y 138CONFIG_PLAT_S3C24XX=y
139CONFIG_CPU_S3C244X=y 139CONFIG_CPU_S3C244X=y
140CONFIG_PM_SIMTEC=y 140CONFIG_PM_SIMTEC=y
141# CONFIG_S3C2410_BOOT_WATCHDOG is not set 141# CONFIG_S3C_BOOT_WATCHDOG is not set
142# CONFIG_S3C2410_BOOT_ERROR_RESET is not set 142# CONFIG_S3C_BOOT_ERROR_RESET is not set
143# CONFIG_S3C2410_PM_DEBUG is not set 143# CONFIG_S3C2410_PM_DEBUG is not set
144# CONFIG_S3C2410_PM_CHECK is not set 144# CONFIG_S3C2410_PM_CHECK is not set
145CONFIG_S3C_LOWLEVEL_UART_PORT=0 145CONFIG_S3C_LOWLEVEL_UART_PORT=0
diff --git a/arch/arm/plat-s3c/Kconfig b/arch/arm/plat-s3c/Kconfig
index 88d797099bf0..31656c33e05e 100644
--- a/arch/arm/plat-s3c/Kconfig
+++ b/arch/arm/plat-s3c/Kconfig
@@ -42,16 +42,16 @@ config CPU_LLSERIAL_S3C2440
42 42
43comment "Boot options" 43comment "Boot options"
44 44
45config S3C2410_BOOT_WATCHDOG 45config S3C_BOOT_WATCHDOG
46 bool "S3C2410 Initialisation watchdog" 46 bool "S3C Initialisation watchdog"
47 depends on PLAT_S3C && S3C2410_WATCHDOG 47 depends on PLAT_S3C && S3C2410_WATCHDOG
48 help 48 help
49 Say y to enable the watchdog during the kernel decompression 49 Say y to enable the watchdog during the kernel decompression
50 stage. If the kernel fails to uncompress, then the watchdog 50 stage. If the kernel fails to uncompress, then the watchdog
51 will trigger a reset and the system should restart. 51 will trigger a reset and the system should restart.
52 52
53config S3C2410_BOOT_ERROR_RESET 53config S3C_BOOT_ERROR_RESET
54 bool "S3C2410 Reboot on decompression error" 54 bool "S3C Reboot on decompression error"
55 depends on PLAT_S3C 55 depends on PLAT_S3C
56 help 56 help
57 Say y here to use the watchdog to reset the system if the 57 Say y here to use the watchdog to reset the system if the