diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2018-03-03 12:59:51 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2018-03-03 12:59:51 -0500 |
commit | d6d0972ae7e4306065e490a4b476042bd80f8b27 (patch) | |
tree | 91ac8ccc3cbf0895f5299d34bf2de178ce9c004c | |
parent | 03a6c2592f0020a43d0eb7d08010f2fa23c46fe7 (diff) | |
parent | a17f4f032b61abd998a1f81b206a4517e2e3db2f (diff) |
Merge tag 'linux-watchdog-4.16-fixes-1' of git://www.linux-watchdog.org/linux-watchdog
Pull watchdog fixes from Wim Van Sebroeck:
- rave-sp: add NVMEM dependency
- build fixes for i6300esb_wdt, xen_wdt and sp5100_tco
* tag 'linux-watchdog-4.16-fixes-1' of git://www.linux-watchdog.org/linux-watchdog:
watchdog: sp5100_tco.c: fix potential build failure
watchdog: xen_wdt: fix potential build failure
watchdog: i6300esb: fix build failure
watchdog: rave-sp: add NVMEM dependency
-rw-r--r-- | drivers/watchdog/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index aff773bcebdb..37460cd6cabb 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -226,6 +226,7 @@ config ZIIRAVE_WATCHDOG | |||
226 | config RAVE_SP_WATCHDOG | 226 | config RAVE_SP_WATCHDOG |
227 | tristate "RAVE SP Watchdog timer" | 227 | tristate "RAVE SP Watchdog timer" |
228 | depends on RAVE_SP_CORE | 228 | depends on RAVE_SP_CORE |
229 | depends on NVMEM || !NVMEM | ||
229 | select WATCHDOG_CORE | 230 | select WATCHDOG_CORE |
230 | help | 231 | help |
231 | Support for the watchdog on RAVE SP device. | 232 | Support for the watchdog on RAVE SP device. |
@@ -903,6 +904,7 @@ config F71808E_WDT | |||
903 | config SP5100_TCO | 904 | config SP5100_TCO |
904 | tristate "AMD/ATI SP5100 TCO Timer/Watchdog" | 905 | tristate "AMD/ATI SP5100 TCO Timer/Watchdog" |
905 | depends on X86 && PCI | 906 | depends on X86 && PCI |
907 | select WATCHDOG_CORE | ||
906 | ---help--- | 908 | ---help--- |
907 | Hardware watchdog driver for the AMD/ATI SP5100 chipset. The TCO | 909 | Hardware watchdog driver for the AMD/ATI SP5100 chipset. The TCO |
908 | (Total Cost of Ownership) timer is a watchdog timer that will reboot | 910 | (Total Cost of Ownership) timer is a watchdog timer that will reboot |
@@ -1008,6 +1010,7 @@ config WAFER_WDT | |||
1008 | config I6300ESB_WDT | 1010 | config I6300ESB_WDT |
1009 | tristate "Intel 6300ESB Timer/Watchdog" | 1011 | tristate "Intel 6300ESB Timer/Watchdog" |
1010 | depends on PCI | 1012 | depends on PCI |
1013 | select WATCHDOG_CORE | ||
1011 | ---help--- | 1014 | ---help--- |
1012 | Hardware driver for the watchdog timer built into the Intel | 1015 | Hardware driver for the watchdog timer built into the Intel |
1013 | 6300ESB controller hub. | 1016 | 6300ESB controller hub. |
@@ -1837,6 +1840,7 @@ config WATCHDOG_SUN4V | |||
1837 | config XEN_WDT | 1840 | config XEN_WDT |
1838 | tristate "Xen Watchdog support" | 1841 | tristate "Xen Watchdog support" |
1839 | depends on XEN | 1842 | depends on XEN |
1843 | select WATCHDOG_CORE | ||
1840 | help | 1844 | help |
1841 | Say Y here to support the hypervisor watchdog capability provided | 1845 | Say Y here to support the hypervisor watchdog capability provided |
1842 | by Xen 4.0 and newer. The watchdog timeout period is normally one | 1846 | by Xen 4.0 and newer. The watchdog timeout period is normally one |