1# Texas Instruments Keystone 3 (K3) Family
2#
3# Copyright (c) 2023 Texas Instruments Incorporated
4# Copyright (c) 2023 L Lakshmanan
5#
6# SPDX-License-Identifier: Apache-2.0
7
8config SOC_FAMILY_TI_K3
9	bool
10
11if SOC_FAMILY_TI_K3
12
13config SOC_FAMILY
14	string
15	default "ti_k3"
16
17source "soc/arm/ti_k3/*/Kconfig.soc"
18
19endif # SOC_FAMILY_TI_K3
20