Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge git://www.linux-watchdog.org/linux-watchdog

Pull watchdog fix from Wim Van Sebroeck:
"It will fix compile errors for the at91rm9200_wdt driver"

* git://www.linux-watchdog.org/linux-watchdog:
watchdog: Revert the AT91RM9200_WATCHDOG dependency

+1 -1
+1 -1
drivers/watchdog/Kconfig
··· 117 117 118 118 config AT91RM9200_WATCHDOG 119 119 tristate "AT91RM9200 watchdog" 120 - depends on ARCH_AT91 120 + depends on ARCH_AT91RM9200 121 121 help 122 122 Watchdog timer embedded into AT91RM9200 chips. This will reboot your 123 123 system when the timeout is reached.