aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen Gang <gang.chen.5i5j@gmail.com>2014-10-04 21:28:33 -0400
committerWim Van Sebroeck <wim@iguana.be>2014-10-20 15:08:53 -0400
commit71fd380a6b87f384002feceda39fd670ede7ea5f (patch)
tree970c150d6e9a87346baa41ccf98e5613b091691b
parentc5ec618fbf83045b9d51679d809ddd45f990fe0a (diff)
watchdog: Let XILINX_WATCHDOG and TEGRA_WATCHDOG depend on HAS_IOMEM
They need HAS_IOMEM, so let them depend on it, the related error (with allmodconfig under um): MODPOST 1205 modules ERROR: "devm_ioremap_resource" [drivers/watchdog/tegra_wdt.ko] undefined! ERROR: "devm_ioremap_resource" [drivers/watchdog/of_xilinx_wdt.ko] undefined! Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
-rw-r--r--drivers/watchdog/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 9ff8588c0df6..d0107d424ee4 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -132,6 +132,7 @@ config WM8350_WATCHDOG
132 132
133config XILINX_WATCHDOG 133config XILINX_WATCHDOG
134 tristate "Xilinx Watchdog timer" 134 tristate "Xilinx Watchdog timer"
135 depends on HAS_IOMEM
135 select WATCHDOG_CORE 136 select WATCHDOG_CORE
136 help 137 help
137 Watchdog driver for the xps_timebase_wdt ip core. 138 Watchdog driver for the xps_timebase_wdt ip core.
@@ -472,7 +473,7 @@ config SIRFSOC_WATCHDOG
472 473
473config TEGRA_WATCHDOG 474config TEGRA_WATCHDOG
474 tristate "Tegra watchdog" 475 tristate "Tegra watchdog"
475 depends on ARCH_TEGRA || COMPILE_TEST 476 depends on (ARCH_TEGRA || COMPILE_TEST) && HAS_IOMEM
476 select WATCHDOG_CORE 477 select WATCHDOG_CORE
477 help 478 help
478 Say Y here to include support for the watchdog timer 479 Say Y here to include support for the watchdog timer