blob: 8187328c5e241cabb965bb870892ca44091ae6b1 [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
# Kconfig.soc - Texas Instruments CC32XX
#
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
if SOC_CC3220SF
config CC3220SF_DEBUG
bool "Prepend debug header, disabling flash verification" if XIP
default XIP
endif # SOC_CC3220SF
if SOC_CC3235SF
config CC3235SF_DEBUG
bool "Prepend debug header, disabling flash verification" if XIP
default XIP
endif # SOC_CC3235SF