diff options
| -rw-r--r-- | drivers/watchdog/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index ac37a14439c7..c2d6934508ee 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
| @@ -30,7 +30,7 @@ menuconfig WATCHDOG | |||
| 30 | if WATCHDOG | 30 | if WATCHDOG |
| 31 | 31 | ||
| 32 | config WATCHDOG_CORE | 32 | config WATCHDOG_CORE |
| 33 | bool "WatchDog Timer Driver Core" | 33 | tristate "WatchDog Timer Driver Core" |
| 34 | ---help--- | 34 | ---help--- |
| 35 | Say Y here if you want to use the new watchdog timer driver core. | 35 | Say Y here if you want to use the new watchdog timer driver core. |
| 36 | This driver provides a framework for all watchdog timer drivers | 36 | This driver provides a framework for all watchdog timer drivers |
| @@ -75,6 +75,7 @@ if WATCHDOG_PRETIMEOUT_GOV | |||
| 75 | 75 | ||
| 76 | config WATCHDOG_PRETIMEOUT_GOV_NOOP | 76 | config WATCHDOG_PRETIMEOUT_GOV_NOOP |
| 77 | tristate "Noop watchdog pretimeout governor" | 77 | tristate "Noop watchdog pretimeout governor" |
| 78 | depends on WATCHDOG_CORE | ||
| 78 | default WATCHDOG_CORE | 79 | default WATCHDOG_CORE |
| 79 | help | 80 | help |
| 80 | Noop watchdog pretimeout governor, only an informational | 81 | Noop watchdog pretimeout governor, only an informational |
| @@ -82,6 +83,7 @@ config WATCHDOG_PRETIMEOUT_GOV_NOOP | |||
| 82 | 83 | ||
| 83 | config WATCHDOG_PRETIMEOUT_GOV_PANIC | 84 | config WATCHDOG_PRETIMEOUT_GOV_PANIC |
| 84 | tristate "Panic watchdog pretimeout governor" | 85 | tristate "Panic watchdog pretimeout governor" |
| 86 | depends on WATCHDOG_CORE | ||
| 85 | default WATCHDOG_CORE | 87 | default WATCHDOG_CORE |
| 86 | help | 88 | help |
| 87 | Panic watchdog pretimeout governor, on watchdog pretimeout | 89 | Panic watchdog pretimeout governor, on watchdog pretimeout |
