[<prev] [next>] [day] [month] [year] [list]
Message-ID: <alpine.DEB.2.21.1803110911500.3841@nanos.tec.linutronix.de>
Date: Sun, 11 Mar 2018 09:19:40 -0700 (PDT)
From: Thomas Gleixner <tglx@...utronix.de>
To: Linus Torvalds <torvalds@...ux-foundation.org>
cc: LKML <linux-kernel@...r.kernel.org>, Ingo Molnar <mingo@...nel.org>
Subject: [GIT pull] timer fix for 4.16
Linus,
please pull the latest timers-urgent-for-linus git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers-urgent-for-linus
Just a single fix which adds a missing Kconfig dependency to avoid unmet
dependency warnings.
Thanks,
tglx
------------------>
Masahiro Yamada (1):
clocksource/atmel-st: Add 'depends on HAS_IOMEM' to fix unmet dependency
drivers/clocksource/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig
index b3b4ed9b6874..d2e5382821a4 100644
--- a/drivers/clocksource/Kconfig
+++ b/drivers/clocksource/Kconfig
@@ -386,6 +386,7 @@ config ATMEL_PIT
config ATMEL_ST
bool "Atmel ST timer support" if COMPILE_TEST
+ depends on HAS_IOMEM
select TIMER_OF
select MFD_SYSCON
help
Powered by blists - more mailing lists