|
# Texas Instruments SimpleLink Family
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SOC_FAMILY_TISIMPLELINK
|
|
bool
|
|
|
|
if SOC_FAMILY_TISIMPLELINK
|
|
config SOC_FAMILY
|
|
string
|
|
default "ti_simplelink"
|
|
|
|
source "soc/arm/ti_simplelink/*/Kconfig.soc"
|
|
endif # SOC_FAMILY_TISIMPLELINK
|