|
@@ -132,6 +132,7 @@ config WM8350_WATCHDOG
|
|
|
|
|
|
config XILINX_WATCHDOG
|
|
config XILINX_WATCHDOG
|
|
tristate "Xilinx Watchdog timer"
|
|
tristate "Xilinx Watchdog timer"
|
|
|
|
+ depends on HAS_IOMEM
|
|
select WATCHDOG_CORE
|
|
select WATCHDOG_CORE
|
|
help
|
|
help
|
|
Watchdog driver for the xps_timebase_wdt ip core.
|
|
Watchdog driver for the xps_timebase_wdt ip core.
|
|
@@ -472,7 +473,7 @@ config SIRFSOC_WATCHDOG
|
|
|
|
|
|
config TEGRA_WATCHDOG
|
|
config TEGRA_WATCHDOG
|
|
tristate "Tegra watchdog"
|
|
tristate "Tegra watchdog"
|
|
- depends on ARCH_TEGRA || COMPILE_TEST
|
|
|
|
|
|
+ depends on (ARCH_TEGRA || COMPILE_TEST) && HAS_IOMEM
|
|
select WATCHDOG_CORE
|
|
select WATCHDOG_CORE
|
|
help
|
|
help
|
|
Say Y here to include support for the watchdog timer
|
|
Say Y here to include support for the watchdog timer
|