diff options
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig new file mode 100644 index 000000000..031707dbd --- /dev/null +++ b/drivers/watchdog/Kconfig | |||
@@ -0,0 +1,23 @@ | |||
1 | if WATCHDOG | ||
2 | |||
3 | config TEGRA18X_WATCHDOG | ||
4 | tristate "Tegra T18x watchdog" | ||
5 | depends on ARCH_TEGRA_18x_SOC | ||
6 | help | ||
7 | Say Y here to include support for the watchdog timer | ||
8 | embedded in NVIDIA Tegra SoCs. | ||
9 | |||
10 | To compile this driver as a module, choose M here: the | ||
11 | module will be called tegra18x_wdt. | ||
12 | |||
13 | config TEGRA_HV_WATCHDOG | ||
14 | tristate "Tegra Hypervisor watchdog" | ||
15 | depends on TEGRA_HV_MANAGER | ||
16 | help | ||
17 | Say Y here to include support for the watchdog timer | ||
18 | embedded in NVIDIA Tegra Hypervisor systems. | ||
19 | |||
20 | To compile this driver as a module, choose M here: the | ||
21 | module will be called tegra_hv_wdt. | ||
22 | |||
23 | endif | ||