Ports the ti_k3 SoC configuration to hardware model version 2 Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
11 lines
196 B
Plaintext
11 lines
196 B
Plaintext
# Copyright (c) 2024 Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_FAMILY_TI_K3
|
|
bool
|
|
|
|
config SOC_FAMILY
|
|
default "ti_k3" if SOC_FAMILY_TI_K3
|
|
|
|
rsource "*/Kconfig.soc"
|