|
@@ -154,14 +154,14 @@ config ARM_SP805_WATCHDOG
|
|
|
|
|
|
config AT91RM9200_WATCHDOG
|
|
|
tristate "AT91RM9200 watchdog"
|
|
|
- depends on ARCH_AT91RM9200
|
|
|
+ depends on SOC_AT91RM9200
|
|
|
help
|
|
|
Watchdog timer embedded into AT91RM9200 chips. This will reboot your
|
|
|
system when the timeout is reached.
|
|
|
|
|
|
config AT91SAM9X_WATCHDOG
|
|
|
tristate "AT91SAM9X / AT91CAP9 watchdog"
|
|
|
- depends on ARCH_AT91 && !ARCH_AT91RM9200
|
|
|
+ depends on ARCH_AT91
|
|
|
select WATCHDOG_CORE
|
|
|
help
|
|
|
Watchdog timer embedded into AT91SAM9X and AT91CAP9 chips. This will
|