[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <Z6C6FQxsyX_D4jhY@Z926fQmE5jqhFMgp6>
Date: Mon, 3 Feb 2025 13:44:05 +0100
From: Etienne Buira <etienne.buira@...e.fr>
To: daniel.lezcano@...aro.org, tglx@...utronix.de,
linux-kernel@...r.kernel.org
Subject: Re: Kconfig condition on BCM2835_TIMER (and others)
Resend with corrected email address.
On Mon, Feb 03, 2025 at 01:39:33PM +0100, Etienne Buira wrote:
> Hi all,
>
> I want to build a kernel for Raspberry pi 4B, which, according to the
> dtb, has a bc2835-system-timer. This device is handled by
> drivers/clocksource/bcm2835_timer.c, which is built depending on
> CONFIG_BCM2835_TIMER.
>
> However, the config option is guarded by "if COMPILE_TEST" condition.
>
> Shouldn't that condition be ARM64 || COMPILE_TEST (ie be selectable on
> arm64 builds)?
>
> Regards.
>
Powered by blists - more mailing lists