Re: [PATCH 14/22] pwm: Fix dependencies for !HAS_IOMEM archs

From: Richard Weinberger
Date: Mon Jan 25 2016 - 17:40:57 EST


Am 25.01.2016 um 23:24 schrieb Richard Weinberger:
> Not every arch has io memory.
> So, unbreak the build by fixing the dependencies.
>
> Signed-off-by: Richard Weinberger <richard@xxxxxx>
> ---
> drivers/pwm/Kconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig
> index 8cf0dae..e83aa94 100644
> --- a/drivers/pwm/Kconfig
> +++ b/drivers/pwm/Kconfig
> @@ -150,6 +150,7 @@ config PWM_FSL_FTM
> tristate "Freescale FlexTimer Module (FTM) PWM support"
> depends on HAS_IOMEM
> depends on OF
> + depends on HAS_IOMEM

Please drop this patch.

It was created before:
commit 36d5be4bc9059f8123e818c8b63a4049cf1d0e0f
Author: Vegard Nossum <vegard.nossum@xxxxxxxxxx>
Date: Sat Jan 2 14:02:07 2016 +0100

pwm: add HAS_IOMEM dependency to PWM_FSL_FTM

git am did not notice^^

Thanks,
//richard