blob: 5746cb835b97d80c3efbad8ae3ed1a5196b3eb0a [file] [log] [blame]
# Texas Instruments CC32XX
# SPDX-License-Identifier: Apache-2.0
choice
prompt "TI SimpleLink MCU Selection"
depends on SOC_SERIES_CC32XX
config SOC_CC3220SF
bool "CC3220SF"
select HAS_CC3220SDK
config SOC_CC3235SF
bool "CC3235SF"
select HAS_CC3220SDK
endchoice
config CC3220SF_DEBUG
bool "Prepend debug header, disabling flash verification" if XIP
default XIP
depends on SOC_CC3220SF
config CC3235SF_DEBUG
bool "Prepend debug header, disabling flash verification" if XIP
default XIP
depends on SOC_CC3235SF