aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorRichard Weinberger <richard@nod.at>2016-01-25 17:24:14 -0500
committerWim Van Sebroeck <wim@iguana.be>2016-01-31 10:54:36 -0500
commitd42d6108711b142804b4710d4215efbf5f9b6e21 (patch)
tree78a61fb754be7d5c65e1d5b6a8895623f1c936f4 /drivers/watchdog/Kconfig
parentdf1a3e64f79b3e277a22b2e789896f86c63eec1f (diff)
watchdog: Fix dependencies for !HAS_IOMEM archs
Not every arch has io memory. So, unbreak the build by fixing the dependencies. Signed-off-by: Richard Weinberger <richard@nod.at> Signed-off-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r--drivers/watchdog/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 0847f2e22e55..0f6d8515ba4f 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -146,6 +146,7 @@ config 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_TANGO || 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
@@ -1374,6 +1376,7 @@ config BCM_KONA_WDT_DEBUG
1374config BCM7038_WDT 1376config BCM7038_WDT
1375 tristate "BCM7038 Watchdog" 1377 tristate "BCM7038 Watchdog"
1376 select WATCHDOG_CORE 1378 select WATCHDOG_CORE
1379 depends on HAS_IOMEM
1377 help 1380 help
1378 Watchdog driver for the built-in hardware in Broadcom 7038 SoCs. 1381 Watchdog driver for the built-in hardware in Broadcom 7038 SoCs.
1379 1382