diff options
author | Florian Fainelli <florian.fainelli@telecomint.eu> | 2008-02-25 07:11:31 -0500 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2008-08-26 16:20:20 -0400 |
commit | 03ec58568a3c66cac4b23ff74db95c966a1521de (patch) | |
tree | a6c846dcd9afd72a3286e601dcd30255b5e43f20 /drivers/watchdog/Kconfig | |
parent | b3e8f2c13ae964a8889fe96a2f3f7fd7e0cfae76 (diff) |
[WATCHDOG] Add support for the IDT RC32434 watchdog
Add driver for the IDT RC32434 SoC built-in watchdog.
Signed-off-by: Florian Fainelli <florian.fainelli@telecomint.eu>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index a1f47c7d7cd6..c51036716700 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -643,6 +643,16 @@ config SBC_EPX_C3_WATCHDOG | |||
643 | 643 | ||
644 | # MIPS Architecture | 644 | # MIPS Architecture |
645 | 645 | ||
646 | config RC32434_WDT | ||
647 | tristate "IDT RC32434 SoC Watchdog Timer" | ||
648 | depends on MIKROTIK_RB532 | ||
649 | help | ||
650 | Hardware driver for the IDT RC32434 SoC built-in | ||
651 | watchdog timer. | ||
652 | |||
653 | To compile this driver as a module, choose M here: the | ||
654 | module will be called rc32434_wdt. | ||
655 | |||
646 | config INDYDOG | 656 | config INDYDOG |
647 | tristate "Indy/I2 Hardware Watchdog" | 657 | tristate "Indy/I2 Hardware Watchdog" |
648 | depends on SGI_HAS_INDYDOG | 658 | depends on SGI_HAS_INDYDOG |