summaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2021-02-22 10:59:13 +0100
committerThomas Gleixner <tglx@linutronix.de>2021-02-22 10:59:13 +0100
commit8acb54abc1db4e1e3913359e4108e04e88ce4d92 (patch)
tree77902ddf57c9d4d7e7e4339d4d6a2028d580e966 /arch/arm
parent92bf22614b21a2706f4993b278017e437f7785b3 (diff)
parent7da390694afbaed8e0f05717a541dfaf1077ba51 (diff)
downloadlinux-stable-8acb54abc1db4e1e3913359e4108e04e88ce4d92.tar.gz
linux-stable-8acb54abc1db4e1e3913359e4108e04e88ce4d92.tar.bz2
linux-stable-8acb54abc1db4e1e3913359e4108e04e88ce4d92.zip
Merge tag 'timers-v5.11-rc5' of https://git.linaro.org/people/daniel.lezcano/linux into timers/urgent
Pull clockevent fixes from Daniel Lezcano - Fix harmless warning with the ixp4xx when the TIMER_OF option is not selected (Arnd Bergmann) - Make sure channel clock supply is enabled on sh_cmt (Geert Uytterhoeven) - Fix compilation error when DEBUG is defined with the mxs_timer (Tom Rix) Link: https://lore.kernel.org/r/ae3bcda6-5180-639d-6246-d2dfd271c3e7@linaro.org
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-ixp4xx/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-ixp4xx/Kconfig b/arch/arm/mach-ixp4xx/Kconfig
index f7211b57b1e7..165c184801e1 100644
--- a/arch/arm/mach-ixp4xx/Kconfig
+++ b/arch/arm/mach-ixp4xx/Kconfig
@@ -13,7 +13,6 @@ config MACH_IXP4XX_OF
select I2C
select I2C_IOP3XX
select PCI
- select TIMER_OF
select USE_OF
help
Say 'Y' here to support Device Tree-based IXP4xx platforms.