[U-Boot] [RFC PATCH 03/13] arm: move SYS_ARCH_TIMER to KConfig
Simon Glass
sjg at chromium.org
Sat Dec 2 03:30:24 UTC 2017
On 29 November 2017 at 18:25, Andre Przywara <andre.przywara at arm.com> wrote:
> 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 two 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 at arm.com>
> ---
> arch/arm/Kconfig | 11 +++++++++++
> arch/arm/cpu/armv8/Makefile | 2 +-
> arch/arm/mach-imx/mx7ulp/Kconfig | 1 +
> include/configs/mx7ulp_evk.h | 1 -
> include/configs/ti_armv7_keystone2.h | 1 -
> scripts/config_whitelist.txt | 1 -
> 6 files changed, 13 insertions(+), 4 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list