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>
12 lines
284 B
Plaintext
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.
|