20 lines
318 B
Plaintext
20 lines
318 B
Plaintext
|
# Texas Instruments K3 Family
|
||
|
#
|
||
|
# Copyright (c) 2023 Texas Instruments Incorporated
|
||
|
# Copyright (c) 2023 L Lakshmanan
|
||
|
#
|
||
|
# 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/arm/ti_k3/*/Kconfig.soc"
|
||
|
|
||
|
endif # SOC_FAMILY_TI_K3
|