Re: [PATCH 1/2] clocksource/drivers: Fix dependencies for !HAS_IOMEM archs

From: Richard Weinberger
Date: Mon Jan 11 2016 - 11:53:12 EST


Am 11.01.2016 um 17:45 schrieb Daniel Lezcano:
> From: Richard Weinberger <richard@xxxxxx>
>
> Not every arch has io memory.
>
> So, unbreak the build by fixing the dependencies.
>
> Signed-off-by: Richard Weinberger <richard@xxxxxx>
> Signed-off-by: Daniel Lezcano <daniel.lezcano@xxxxxxxxxx>
> ---

[...]

> config CLKSRC_ST_LPC
> bool "Low power clocksource found in the LPC" if COMPILE_TEST
> select CLKSRC_OF if OF
> + depends on HAS_IOMEM

Sorry guys. Looks like I've added whitespace pollution here.
Shall I resend?

Thanks,
//richard