]> git.baikalelectronics.ru Git - kernel.git/commit
arm64: bcm2835: Drop select of nonexistent HAVE_ARM_ARCH_TIMER
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 21 Jan 2020 10:01:50 +0000 (11:01 +0100)
committerFlorian Fainelli <f.fainelli@gmail.com>
Tue, 10 Mar 2020 17:57:58 +0000 (10:57 -0700)
commit34a53904ae8667d605656e0da35867de21a390ba
tree17f6984db9be3ea8a7d4069bab22e6d3826fd567
parent900abd43b6d837ba70928a9ee9599ba3be1d2fb6
arm64: bcm2835: Drop select of nonexistent HAVE_ARM_ARCH_TIMER

Unlike on arm32, the HAVE_ARM_ARCH_TIMER config symbol does not exist on
arm64.

Note that the toplevel ARM64 symbol always selects ARM_ARCH_TIMER, so
support for it is always included.

Fixes: 4f31bd1e315a77dd ("arm64: Add platform selection for BCM2835.")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Nicolas Saenz Julienne <nsaenzjulienne@suse.de>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
arch/arm64/Kconfig.platforms