diff options
author | Florian Fainelli <florian.fainelli@telecomint.eu> | 2008-02-25 14:59:26 +0300 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2008-08-27 00:20:05 +0400 |
commit | b3e8f2c13ae964a8889fe96a2f3f7fd7e0cfae76 (patch) | |
tree | 8b6a2156f20d5205e86c3d094d6af42820764f35 /drivers/watchdog/Kconfig | |
parent | eaa95eb6ea43e6de8bea702c13556de9a1a1195a (diff) | |
download | linux-b3e8f2c13ae964a8889fe96a2f3f7fd7e0cfae76.tar.xz |
[WATCHDOG] Add support for the built-int RDC R-321x SoC watchdog
This patch adds support for the built-in RDC R-321x SoC 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 a8e80f2eb8ae..a1f47c7d7cd6 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -465,6 +465,16 @@ config PC87413_WDT Most people will say N. +config RDC321X_WDT + tristate "RDC R-321x SoC watchdog" + depends on X86_RDC321X + help + This is the driver for the built in hardware watchdog + in the RDC R-321x SoC. + + To compile this driver as a module, choose M here: the + module will be called rdc321x_wdt. + config 60XX_WDT tristate "SBC-60XX Watchdog Timer" depends on X86 |