diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2019-01-08 16:29:23 +0300 |
---|---|---|
committer | Russell King <rmk+kernel@armlinux.org.uk> | 2019-02-02 00:44:10 +0300 |
commit | fec9eac6594750ee74c99549f13de3aa9de91b18 (patch) | |
tree | 878fca515f5049eb30e1bb75b990a584598755c4 /arch/arm/Kconfig | |
parent | 8f433ec4d0c41d8d01113bc0bf846f2423df6c71 (diff) | |
download | linux-fec9eac6594750ee74c99549f13de3aa9de91b18.tar.xz |
ARM: 8822/1: smp_twd: Remove legacy TWD registration
As of commit 7484c727b636a838 ("ARM: realview: delete the RealView board
files"), the ARM Timer and Watchdog Unit is instantiated from DT only.
Moreover, the driver is selected from ARCH_MULTIPLATFORM platforms only,
which implies OF, TIMER_OF, and COMMON_CLK.
Hence remove all unused legacy infrastructure from the driver.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 8986cf07fe1f..93f380931d5b 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -1316,7 +1316,6 @@ config HAVE_ARM_ARCH_TIMER config HAVE_ARM_TWD bool - select TIMER_OF if OF help This options enables support for the ARM timer and watchdog unit |