Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Bartosz Golaszewski and committed by
Daniel Lezcano
22464648 b1278972

+1
+1
drivers/clocksource/Kconfig
··· 254 254 255 255 config INTEGRATOR_AP_TIMER 256 256 bool "Integrator-AP timer driver" if COMPILE_TEST 257 + depends on OF 257 258 select CLKSRC_MMIO 258 259 help 259 260 Enables support for the Integrator-AP timer.