diff options
Diffstat (limited to 'drivers/watchdog')
-rw-r--r-- | drivers/watchdog/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index d0107d424ee4..08f41add1461 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -154,14 +154,14 @@ config ARM_SP805_WATCHDOG | |||
154 | 154 | ||
155 | config AT91RM9200_WATCHDOG | 155 | config AT91RM9200_WATCHDOG |
156 | tristate "AT91RM9200 watchdog" | 156 | tristate "AT91RM9200 watchdog" |
157 | depends on ARCH_AT91RM9200 | 157 | depends on SOC_AT91RM9200 |
158 | help | 158 | help |
159 | Watchdog timer embedded into AT91RM9200 chips. This will reboot your | 159 | Watchdog timer embedded into AT91RM9200 chips. This will reboot your |
160 | system when the timeout is reached. | 160 | system when the timeout is reached. |
161 | 161 | ||
162 | config AT91SAM9X_WATCHDOG | 162 | config AT91SAM9X_WATCHDOG |
163 | tristate "AT91SAM9X / AT91CAP9 watchdog" | 163 | tristate "AT91SAM9X / AT91CAP9 watchdog" |
164 | depends on ARCH_AT91 && !ARCH_AT91RM9200 | 164 | depends on ARCH_AT91 |
165 | select WATCHDOG_CORE | 165 | select WATCHDOG_CORE |
166 | help | 166 | help |
167 | Watchdog timer embedded into AT91SAM9X and AT91CAP9 chips. This will | 167 | Watchdog timer embedded into AT91SAM9X and AT91CAP9 chips. This will |