summaryrefslogtreecommitdiff
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorGary King <gking@nvidia.com>2010-08-26 10:59:50 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2012-03-21 22:11:14 -0700
commit6caf7617c803c200d69b1e201dc78957cb5d8fca (patch)
treed19315179bd01fba3dc5ce4ebde73e21e02ac482 /drivers/watchdog/Kconfig
parent2f4fb14328e34ee3703491201991028b960b63d5 (diff)
watchdog: add tegra_wdt driver
add a driver for the hardware watchdog timer embedded in NVIDIA Tegra SoCs Change-Id: I45bc829f26f350143d5a07e1f4ddc46d24f3a54c Signed-off-by: Gary King <gking@nvidia.com> Rebase-Id: Rf9253734da02097ba5c6fdfa4aa8ed7a3ca307f7
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r--drivers/watchdog/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index df9e8f0e327d..07f9a2906d9b 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -214,6 +214,17 @@ config MPCORE_WATCHDOG
To compile this driver as a module, choose M here: the
module will be called mpcore_wdt.
+config TEGRA_WATCHDOG
+ tristate "Tegra watchdog"
+ depends on ARCH_TEGRA
+ help
+ Say Y here to include support for the watchdog timer
+ embedded in NVIDIA Tegra SoCs.
+
+ To compile this driver as a module, choose M here: the
+ module will be called tegra_wdt.
+
+
config EP93XX_WATCHDOG
tristate "EP93xx Watchdog"
depends on ARCH_EP93XX