diff options
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 37dc27c4ecdc..6a711eb6998b 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -66,6 +66,13 @@ config AT91RM9200_WATCHDOG | |||
66 | Watchdog timer embedded into AT91RM9200 chips. This will reboot your | 66 | Watchdog timer embedded into AT91RM9200 chips. This will reboot your |
67 | system when the timeout is reached. | 67 | system when the timeout is reached. |
68 | 68 | ||
69 | config AT91SAM9X_WATCHDOG | ||
70 | tristate "AT91SAM9X watchdog" | ||
71 | depends on WATCHDOG && (ARCH_AT91SAM9260 || ARCH_AT91SAM9261) | ||
72 | help | ||
73 | Watchdog timer embedded into AT91SAM9X chips. This will reboot your | ||
74 | system when the timeout is reached. | ||
75 | |||
69 | config 21285_WATCHDOG | 76 | config 21285_WATCHDOG |
70 | tristate "DC21285 watchdog" | 77 | tristate "DC21285 watchdog" |
71 | depends on FOOTBRIDGE | 78 | depends on FOOTBRIDGE |