[PATCH v3 2/6] rockchip: move CONFIG_SYS_ARCH_TIMER to Kconfig
Simon Glass
sjg at chromium.org
Wed Jan 12 21:03:20 CET 2022
On Thu, 30 Dec 2021 at 09:48, Johan Jonker <jbx6244 at gmail.com> wrote:
>
> The config item SYS_ARCH_TIMER is default y if ARM64.
> Move CONFIG_SYS_ARCH_TIMER to Kconfig for the
> Rockchip CPU_V7A SoCs that have ARM Generic Timer support.
>
> Signed-off-by: Johan Jonker <jbx6244 at gmail.com>
> ---
> arch/arm/mach-rockchip/rk3036/Kconfig | 3 +++
> arch/arm/mach-rockchip/rk3128/Kconfig | 3 +++
> arch/arm/mach-rockchip/rk322x/Kconfig | 3 +++
> arch/arm/mach-rockchip/rk3288/Kconfig | 3 +++
> include/configs/rk3036_common.h | 1 -
> include/configs/rk3128_common.h | 1 -
> include/configs/rk322x_common.h | 1 -
> include/configs/rk3288_common.h | 1 -
> 8 files changed, 12 insertions(+), 4 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list