Files
zephyr/soc/arm64/ti_k3/am6x/Kconfig.series
Nicolas Pitre 9a748371eb timer: allow for configuring it out
Some configurations have the system timer driver hardwired in.
Let's make them compatible with CONFIG_SYS_CLOCK_EXISTS=n.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2023-08-03 10:29:46 +02:00

12 lines
284 B
Plaintext

# Copyright (c) 2023 Enphase Energy
# SPDX-License-Identifier: Apache-2.0
config SOC_SERIES_AM6X_A53
bool "TI AM6X A53 Core Series"
select SOC_FAMILY_TI_K3
select ARM64
select CPU_CORTEX_A53
select ARM_ARCH_TIMER if SYS_CLOCK_EXISTS
help
Enable support for AM6X A53 Series.