]> git.sur5r.net Git - u-boot/commit
arm: move SYS_ARCH_TIMER to KConfig
authorAndre Przywara <andre.przywara@arm.com>
Thu, 12 Apr 2018 01:24:46 +0000 (04:24 +0300)
committerTom Rini <trini@konsulko.com>
Sat, 28 Apr 2018 22:30:43 +0000 (18:30 -0400)
commit7842b6a91ece2484475d94487ec2b63a2832a4cf
treee8f5e8ee6b3b78bf826c581a368d98b192bddb67
parent1a164ad304a9888193ea71227bcc6b7c06149cbe
arm: move SYS_ARCH_TIMER to KConfig

SYS_ARCH_TIMER guards the usage of the ARM Generic Timer (aka arch
timer) in U-Boot.
At the moment it is mandatory for ARMv8 and used by a few ARMv7 boards.
Add a proper Kconfig symbol to express this dependency properly,
allowing certain board configuration to later disable arch timer in case
there are any problems with it.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
[tuomas: rebase + fix conflicts and resync with moveconfig & use select]
Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
arch/arm/Kconfig
arch/arm/cpu/armv8/Makefile
arch/arm/mach-imx/mx7ulp/Kconfig
arch/arm/mach-qemu/Kconfig
arch/arm/mach-stm32mp/Kconfig
include/configs/mx7ulp_evk.h
include/configs/qemu-arm.h
include/configs/stm32mp1.h
include/configs/ti_armv7_keystone2.h
scripts/config_whitelist.txt