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.

Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull timer fix from Thomas Gleixner:
"Just a single fix which adds a missing Kconfig dependency to avoid
unmet dependency warnings"

* 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
clocksource/atmel-st: Add 'depends on HAS_IOMEM' to fix unmet dependency

+1
+1
drivers/clocksource/Kconfig
··· 386 386 387 387 config ATMEL_ST 388 388 bool "Atmel ST timer support" if COMPILE_TEST 389 + depends on HAS_IOMEM 389 390 select TIMER_OF 390 391 select MFD_SYSCON 391 392 help