u-boot-brain/arch/arm/mach-stm32mp
Andre Przywara 7842b6a91e 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>
2018-04-28 18:30:43 -04:00
..
include/mach stm32mp: add syscon for STGEN 2018-04-06 20:45:28 -04:00
config.mk arm: stm32: add new architecture for STM32MP family 2018-03-19 16:14:21 -04:00
cpu.c stm32mp: handle SYSRESET 2018-04-06 20:45:44 -04:00
dram_init.c arm: stm32: add new architecture for STM32MP family 2018-03-19 16:14:21 -04:00
Kconfig arm: move SYS_ARCH_TIMER to KConfig 2018-04-28 18:30:43 -04:00
Makefile stm32mp: add syscon for STGEN 2018-04-06 20:45:28 -04:00
spl.c stm32mp1: select boot device and partition 2018-04-06 20:45:28 -04:00
syscon.c stm32mp: add syscon for STGEN 2018-04-06 20:45:28 -04:00