[ARM] 4518/1: S3C: Rename watchdog configuration options

Rename the S3C24XX configuration options for the watchdog
boot controls for moving to the arch/arm/plat-s3c moves.

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by Ben Dooks and committed by Russell King a45f8261 1197b4cd

+9 -9
+2 -2
arch/arm/configs/s3c2410_defconfig
··· 138 138 CONFIG_PLAT_S3C24XX=y 139 139 CONFIG_CPU_S3C244X=y 140 140 CONFIG_PM_SIMTEC=y 141 - # CONFIG_S3C2410_BOOT_WATCHDOG is not set 142 - # CONFIG_S3C2410_BOOT_ERROR_RESET is not set 141 + # CONFIG_S3C_BOOT_WATCHDOG is not set 142 + # CONFIG_S3C_BOOT_ERROR_RESET is not set 143 143 # CONFIG_S3C2410_PM_DEBUG is not set 144 144 # CONFIG_S3C2410_PM_CHECK is not set 145 145 CONFIG_S3C_LOWLEVEL_UART_PORT=0
+4 -4
arch/arm/plat-s3c/Kconfig
··· 42 42 43 43 comment "Boot options" 44 44 45 - config S3C2410_BOOT_WATCHDOG 46 - bool "S3C2410 Initialisation watchdog" 45 + config S3C_BOOT_WATCHDOG 46 + bool "S3C Initialisation watchdog" 47 47 depends on PLAT_S3C && S3C2410_WATCHDOG 48 48 help 49 49 Say y to enable the watchdog during the kernel decompression 50 50 stage. If the kernel fails to uncompress, then the watchdog 51 51 will trigger a reset and the system should restart. 52 52 53 - config S3C2410_BOOT_ERROR_RESET 54 - bool "S3C2410 Reboot on decompression error" 53 + config S3C_BOOT_ERROR_RESET 54 + bool "S3C Reboot on decompression error" 55 55 depends on PLAT_S3C 56 56 help 57 57 Say y here to use the watchdog to reset the system if the
+3 -3
include/asm-arm/plat-s3c/uncompress.h
··· 92 92 93 93 #define __raw_writel(d,ad) do { *((volatile unsigned int *)(ad)) = (d); } while(0) 94 94 95 - /* CONFIG_S3C2410_BOOT_WATCHDOG 95 + /* CONFIG_S3C_BOOT_WATCHDOG 96 96 * 97 97 * Simple boot-time watchdog setup, to reboot the system if there is 98 98 * any problem with the boot process 99 99 */ 100 100 101 - #ifdef CONFIG_S3C2410_BOOT_WATCHDOG 101 + #ifdef CONFIG_S3C_BOOT_WATCHDOG 102 102 103 103 #define WDOG_COUNT (0xff00) 104 104 ··· 119 119 #define arch_decomp_wdog() 120 120 #endif 121 121 122 - #ifdef CONFIG_S3C2410_BOOT_ERROR_RESET 122 + #ifdef CONFIG_S3C_BOOT_ERROR_RESET 123 123 124 124 static void arch_decomp_error(const char *x) 125 125 {