zephyr/arch/arm/soc/ti_simplelink/Kconfig

16 lines
278 B
Plaintext

# Kconfig - Texas Instruments SimpleLink Family
#
config SOC_FAMILY_TISIMPLELINK
bool
# omit prompt to signify a "hidden" option
default n
if SOC_FAMILY_TISIMPLELINK
config SOC_FAMILY
string
default ti_simplelink
endif
gsource "arch/arm/soc/ti_simplelink/*/Kconfig.soc"