Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - S index
The Linux kernel configuration item CONFIG_S3C2410_BOOT_WATCHDOG
has multiple definitions:
arch/arm/plat-s3c24xx/Kconfig
The configuration item CONFIG_S3C2410_BOOT_WATCHDOG:
CONFIG_ARCH_S3C2410 && CONFIG_S3C2410_WATCHDOG
Say y to enable the watchdog during the kernel decompression stage. If the kernel fails to uncompress, then the watchdog will trigger a reset and the system should restart.
arch/arm/mach-s3c2410/Kconfig
The configuration item CONFIG_S3C2410_BOOT_WATCHDOG:
CONFIG_ARCH_S3C2410 && CONFIG_S3C2410_WATCHDOG
Say y to enable the watchdog during the kernel decompression stage. If the kernel fails to uncompress, then the watchdog will trigger a reset and the system should restart.
Although this uses the same hardware unit as the kernel watchdog driver, it is not a replacement for it. If you use this option, you will have to use the watchdg driver to either stop the timeout or restart it. If you do not, then your kernel will reboot after startup.
The driver uses a fixed timeout value, so the exact time till the system resets depends on the value of PCLK. The timeout on an 200MHz s3c2410 should be about 30 seconds.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - S index
Automatically generated (in year 2025). See also LKDDb sources on GitLab