Skip to content

Commit 1ad5daa

Browse files
committed
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
2 parents ebb3762 + bd2746f commit 1ad5daa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/clocksource/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,7 @@ config ATMEL_PIT
386386

387387
config ATMEL_ST
388388
bool "Atmel ST timer support" if COMPILE_TEST
389+
depends on HAS_IOMEM
389390
select TIMER_OF
390391
select MFD_SYSCON
391392
help

0 commit comments

Comments
 (0)