Commit feefd39a authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Florian Fainelli
Browse files

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: 628d30d1 ("arm64: Add platform selection for BCM2835.")
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: default avatarNicolas Saenz Julienne <nsaenzjulienne@suse.de>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent bb6d3fb3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -39,7 +39,6 @@ config ARCH_BCM2835
	select ARM_AMBA
	select ARM_GIC
	select ARM_TIMER_SP804
	select HAVE_ARM_ARCH_TIMER
	help
	  This enables support for the Broadcom BCM2837 and BCM2711 SoC.
	  These SoCs are used in the Raspberry Pi 3 and 4 devices.