[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.21.1908152227590.1908@nanos.tec.linutronix.de>
Date: Thu, 15 Aug 2019 22:30:39 +0200 (CEST)
From: Thomas Gleixner <tglx@...utronix.de>
To: Helmut Grohne <helmut.grohne@...enta.de>
cc: Daniel Lezcano <daniel.lezcano@...aro.org>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Revert "clocksource/drivers/sp804: Add COMPILE_TEST to
CONFIG_ARM_TIMER_SP804"
On Thu, 15 Aug 2019, Helmut Grohne wrote:
> This reverts commit dfc82faad72520769ca146f857e65c23632eed5a.
>
> The commit effectively makes ARM_TIMER_SP804 depend on COMPILE_TEST,
> which makes it unselectable for practical uses.
>
> Link: https://lore.kernel.org/lkml/20190618120719.a4kgyiuljm5uivfq@laureti-dev/
> Signed-off-by: Helmut Grohne <helmut.grohne@...enta.de>
> ---
> drivers/clocksource/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
> index 5e9317dc3d39..72e924374591 100644
> --- a/drivers/clocksource/Kconfig
> +++ b/drivers/clocksource/Kconfig
> @@ -393,7 +393,7 @@ config ARM_GLOBAL_TIMER
> This options enables support for the ARM global timer unit
>
> config ARM_TIMER_SP804
> - bool "Support for Dual Timer SP804 module" if COMPILE_TEST
> + bool "Support for Dual Timer SP804 module"
The obvious fix is to add
depends on ARM || ARM64 || COMPILE_TEST
instead of reverting the whole thing. Care to do that?
Thanks,
tglx
Powered by blists - more mailing lists