[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <Z6C5BegftEGzwkN_@Z926fQmE5jqhFMgp6>
Date: Mon, 3 Feb 2025 13:39:33 +0100
From: Etienne Buira <etienne.buira@...e.fr>
To: daniel.lezcano@...aro.org, tglx@...uxtronix.de,
linux-kernel@...r.kernel.org
Subject: Kconfig condition on BCM2835_TIMER (and others)
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