diff options
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 86b0735e6aa0..64c6752ea2c6 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -726,7 +726,7 @@ config SBC8360_WDT | |||
726 | 726 | ||
727 | config SBC7240_WDT | 727 | config SBC7240_WDT |
728 | tristate "SBC Nano 7240 Watchdog Timer" | 728 | tristate "SBC Nano 7240 Watchdog Timer" |
729 | depends on X86_32 | 729 | depends on X86_32 && !UML |
730 | ---help--- | 730 | ---help--- |
731 | This is the driver for the hardware watchdog found on the IEI | 731 | This is the driver for the hardware watchdog found on the IEI |
732 | single board computers EPIC Nano 7240 (and likely others). This | 732 | single board computers EPIC Nano 7240 (and likely others). This |
@@ -1174,6 +1174,10 @@ config XEN_WDT | |||
1174 | by Xen 4.0 and newer. The watchdog timeout period is normally one | 1174 | by Xen 4.0 and newer. The watchdog timeout period is normally one |
1175 | minute but can be changed with a boot-time parameter. | 1175 | minute but can be changed with a boot-time parameter. |
1176 | 1176 | ||
1177 | config UML_WATCHDOG | ||
1178 | tristate "UML watchdog" | ||
1179 | depends on UML | ||
1180 | |||
1177 | # | 1181 | # |
1178 | # ISA-based Watchdog Cards | 1182 | # ISA-based Watchdog Cards |
1179 | # | 1183 | # |