Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1306516

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

From Richard Weinberger <richard@nod.at>
Newsgroups linux.kernel
Subject Re: [PATCH 1/2] clocksource/drivers: Fix dependencies for !HAS_IOMEM archs
Date 2016-01-11 18:00 +0100
Message-ID <qPNZ1-53I-27@gated-at.bofh.it> (permalink)
References <qPNPk-4ZY-5@gated-at.bofh.it> <qPNPl-4ZY-25@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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

[...]

>  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

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PULL] clockevents: last minute 4.5 fixes Daniel Lezcano <daniel.lezcano@linaro.org> - 2016-01-11 17:50 +0100
  [PATCH 2/2] clocksource/drivers/fsl_ftm_timer: Fix CLKSRC_MMIO dependency Daniel Lezcano <daniel.lezcano@linaro.org> - 2016-01-11 17:50 +0100
  [PATCH 1/2] clocksource/drivers: Fix dependencies for !HAS_IOMEM archs Daniel Lezcano <daniel.lezcano@linaro.org> - 2016-01-11 17:50 +0100
    Re: [PATCH 1/2] clocksource/drivers: Fix dependencies for !HAS_IOMEM  archs Richard Weinberger <richard@nod.at> - 2016-01-11 18:00 +0100
      Re: [PATCH 1/2] clocksource/drivers: Fix dependencies for !HAS_IOMEM  archs Daniel Lezcano <daniel.lezcano@linaro.org> - 2016-01-11 19:00 +0100

csiph-web