On 01/25/2016 02:24 PM, Richard Weinberger wrote:
> Not every arch has io memory.
> So, unbreak the build by fixing the dependencies.
>
> Signed-off-by: Richard Weinberger <rich...@nod.at>

Reviewed-by: Guenter Roeck <li...@roeck-us.net>

> ---
>   drivers/watchdog/Kconfig | 3 +++
>   1 file changed, 3 insertions(+)
>
> diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
> index 4f0e7be..0bd559a 100644
> --- a/drivers/watchdog/Kconfig
> +++ b/drivers/watchdog/Kconfig
> @@ -146,6 +146,7 @@ config TANGOX_WATCHDOG
>       tristate "Sigma Designs SMP86xx/SMP87xx watchdog"
>       select WATCHDOG_CORE
>       depends on ARCH_TANGOX || COMPILE_TEST
> +     depends on HAS_IOMEM
>       help
>         Support for the watchdog in Sigma Designs SMP86xx (tango3)
>         and SMP87xx (tango4) family chips.
> @@ -618,6 +619,7 @@ config DIGICOLOR_WATCHDOG
>   config LPC18XX_WATCHDOG
>       tristate "LPC18xx/43xx Watchdog"
>       depends on ARCH_LPC18XX || COMPILE_TEST
> +     depends on HAS_IOMEM
>       select WATCHDOG_CORE
>       help
>         Say Y here if to include support for the watchdog timer
> @@ -1374,6 +1376,7 @@ config BCM_KONA_WDT_DEBUG
>   config BCM7038_WDT
>       tristate "BCM7038 Watchdog"
>       select WATCHDOG_CORE
> +     depends on HAS_IOMEM
>       help
>        Watchdog driver for the built-in hardware in Broadcom 7038 SoCs.
>
>


------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=267308311&iu=/4140
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

Reply via email to