1# Texas Instruments CC32XX 2 3# SPDX-License-Identifier: Apache-2.0 4 5choice 6 prompt "TI SimpleLink MCU Selection" 7 depends on SOC_SERIES_CC32XX 8 9config SOC_CC3220SF 10 bool "CC3220SF" 11 select HAS_CC3220SDK 12 13config SOC_CC3235SF 14 bool "CC3235SF" 15 select HAS_CC3220SDK 16 17endchoice 18 19config CC3220SF_DEBUG 20 bool "Prepend debug header, disabling flash verification" if XIP 21 default XIP 22 depends on SOC_CC3220SF 23 24config CC3235SF_DEBUG 25 bool "Prepend debug header, disabling flash verification" if XIP 26 default XIP 27 depends on SOC_CC3235SF 28