13 lines
184 B
Text
13 lines
184 B
Text
|
# Kconfig.soc - Texas Instruments CC3200
|
||
|
#
|
||
|
|
||
|
choice
|
||
|
prompt "TI SimpleLink MCU Selection"
|
||
|
depends on SOC_SERIES_CC32XX
|
||
|
|
||
|
config SOC_CC3200
|
||
|
bool "CC3200"
|
||
|
select HAS_CC3200SDK
|
||
|
|
||
|
endchoice
|