aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-02-14 17:25:59 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-02-14 17:25:59 -0500
commit1b79dff672ca09a5461cc1d46ad81c62137841c5 (patch)
tree772a4224c78aa20862511ae5f7272f9311e4811c /drivers/watchdog/Kconfig
parent83050a4e21979fe1821916fce2fca36255569ed3 (diff)
parent18558cae0272f8fd9647e69d3fec1565a7949865 (diff)
Merge 4.5-rc4 into char-misc-next
We want those fixes in here as well. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r--drivers/watchdog/Kconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 57f872122b16..86c2392bd968 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -145,7 +145,8 @@ config MENF21BMC_WATCHDOG
145config TANGOX_WATCHDOG 145config TANGOX_WATCHDOG
146 tristate "Sigma Designs SMP86xx/SMP87xx watchdog" 146 tristate "Sigma Designs SMP86xx/SMP87xx watchdog"
147 select WATCHDOG_CORE 147 select WATCHDOG_CORE
148 depends on ARCH_TANGOX || COMPILE_TEST 148 depends on ARCH_TANGO || COMPILE_TEST
149 depends on HAS_IOMEM
149 help 150 help
150 Support for the watchdog in Sigma Designs SMP86xx (tango3) 151 Support for the watchdog in Sigma Designs SMP86xx (tango3)
151 and SMP87xx (tango4) family chips. 152 and SMP87xx (tango4) family chips.
@@ -618,6 +619,7 @@ config DIGICOLOR_WATCHDOG
618config LPC18XX_WATCHDOG 619config LPC18XX_WATCHDOG
619 tristate "LPC18xx/43xx Watchdog" 620 tristate "LPC18xx/43xx Watchdog"
620 depends on ARCH_LPC18XX || COMPILE_TEST 621 depends on ARCH_LPC18XX || COMPILE_TEST
622 depends on HAS_IOMEM
621 select WATCHDOG_CORE 623 select WATCHDOG_CORE
622 help 624 help
623 Say Y here if to include support for the watchdog timer 625 Say Y here if to include support for the watchdog timer
@@ -1389,6 +1391,7 @@ config BCM_KONA_WDT_DEBUG
1389config BCM7038_WDT 1391config BCM7038_WDT
1390 tristate "BCM7038 Watchdog" 1392 tristate "BCM7038 Watchdog"
1391 select WATCHDOG_CORE 1393 select WATCHDOG_CORE
1394 depends on HAS_IOMEM
1392 help 1395 help
1393 Watchdog driver for the built-in hardware in Broadcom 7038 SoCs. 1396 Watchdog driver for the built-in hardware in Broadcom 7038 SoCs.
1394 1397
@@ -1398,6 +1401,7 @@ config IMGPDC_WDT
1398 tristate "Imagination Technologies PDC Watchdog Timer" 1401 tristate "Imagination Technologies PDC Watchdog Timer"
1399 depends on HAS_IOMEM 1402 depends on HAS_IOMEM
1400 depends on METAG || MIPS || COMPILE_TEST 1403 depends on METAG || MIPS || COMPILE_TEST
1404 select WATCHDOG_CORE
1401 help 1405 help
1402 Driver for Imagination Technologies PowerDown Controller 1406 Driver for Imagination Technologies PowerDown Controller
1403 Watchdog Timer. 1407 Watchdog Timer.