Files
zephyr/soc/arm64/ti_k3/Kconfig
Grant Ramsay c0d144b3cd soc: arm64: add comments expanding the K3 acronym
This may be useful to users who do not know what K3 means

Signed-off-by: Grant Ramsay <gramsay@enphaseenergy.com>
2023-07-24 09:10:09 +00:00

18 lines
281 B
Plaintext

# Texas Instruments Keystone 3 (K3) Family
#
# Copyright (c) 2023 Enphase Energy
# SPDX-License-Identifier: Apache-2.0
config SOC_FAMILY_TI_K3
bool
if SOC_FAMILY_TI_K3
config SOC_FAMILY
string
default "ti_k3"
source "soc/arm64/ti_k3/*/Kconfig.soc"
endif # SOC_FAMILY_TI_K3