2016-10-26 07:49:35 +08:00
|
|
|
# Kconfig - Texas Instruments SimpleLink Family
|
|
|
|
#
|
|
|
|
|
|
|
|
config SOC_FAMILY_TISIMPLELINK
|
|
|
|
bool
|
|
|
|
# omit prompt to signify a "hidden" option
|
|
|
|
|
|
|
|
if SOC_FAMILY_TISIMPLELINK
|
|
|
|
config SOC_FAMILY
|
|
|
|
string
|
2018-05-26 03:12:24 +08:00
|
|
|
default "ti_simplelink"
|
2016-10-26 07:49:35 +08:00
|
|
|
|
2018-09-04 04:47:02 +08:00
|
|
|
source "soc/arm/ti_simplelink/*/Kconfig.soc"
|
2018-05-10 23:17:19 +08:00
|
|
|
endif # SOC_FAMILY_TISIMPLELINK
|