Skip to content

Commit d6d0972

Browse files
committed
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
2 parents 03a6c25 + a17f4f0 commit d6d0972

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/watchdog/Kconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ config ZIIRAVE_WATCHDOG
226226
config RAVE_SP_WATCHDOG
227227
tristate "RAVE SP Watchdog timer"
228228
depends on RAVE_SP_CORE
229+
depends on NVMEM || !NVMEM
229230
select WATCHDOG_CORE
230231
help
231232
Support for the watchdog on RAVE SP device.
@@ -903,6 +904,7 @@ config F71808E_WDT
903904
config SP5100_TCO
904905
tristate "AMD/ATI SP5100 TCO Timer/Watchdog"
905906
depends on X86 && PCI
907+
select WATCHDOG_CORE
906908
---help---
907909
Hardware watchdog driver for the AMD/ATI SP5100 chipset. The TCO
908910
(Total Cost of Ownership) timer is a watchdog timer that will reboot
@@ -1008,6 +1010,7 @@ config WAFER_WDT
10081010
config I6300ESB_WDT
10091011
tristate "Intel 6300ESB Timer/Watchdog"
10101012
depends on PCI
1013+
select WATCHDOG_CORE
10111014
---help---
10121015
Hardware driver for the watchdog timer built into the Intel
10131016
6300ESB controller hub.
@@ -1837,6 +1840,7 @@ config WATCHDOG_SUN4V
18371840
config XEN_WDT
18381841
tristate "Xen Watchdog support"
18391842
depends on XEN
1843+
select WATCHDOG_CORE
18401844
help
18411845
Say Y here to support the hypervisor watchdog capability provided
18421846
by Xen 4.0 and newer. The watchdog timeout period is normally one

0 commit comments

Comments
 (0)