Skip to content

Commit 2246464

Browse files
Bartosz Golaszewskidlezcano
authored andcommitted
clocksource/drivers/timer-integrator-ap: Add missing Kconfig dependency on OF
This driver accesses the of_aliases global variable declared in linux/of.h and defined in drivers/base/of.c. It requires OF support or will cause a link failure. Add the missing Kconfig dependency. Closes: https://lore.kernel.org/oe-kbuild-all/202601152233.og6LdeUo-lkp@intel.com/ Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org> Link: https://patch.msgid.link/20260116111723.10585-1-bartosz.golaszewski@oss.qualcomm.com
1 parent b127897 commit 2246464

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/clocksource/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,7 @@ config KEYSTONE_TIMER
254254

255255
config INTEGRATOR_AP_TIMER
256256
bool "Integrator-AP timer driver" if COMPILE_TEST
257+
depends on OF
257258
select CLKSRC_MMIO
258259
help
259260
Enables support for the Integrator-AP timer.

0 commit comments

Comments
 (0)