1# Texas Instruments CC32XX 2# SPDX-License-Identifier: Apache-2.0 3# Copyright (c) 2016-2017, Texas Instruments Incorporated 4 5config SOC_SERIES_CC32XX 6 select ARM 7 select CPU_CORTEX_M4 8 select CPU_CORTEX_M_HAS_DWT 9 select DYNAMIC_INTERRUPTS 10 select SOC_EARLY_INIT_HOOK 11 12config SOC_CC3220SF 13 select HAS_CC3220SDK 14 15config SOC_CC3235SF 16 select HAS_CC3220SDK 17 18config CC3220SF_DEBUG 19 bool "Prepend debug header, disabling flash verification" if XIP 20 default XIP 21 depends on SOC_CC3220SF 22 23config CC3235SF_DEBUG 24 bool "Prepend debug header, disabling flash verification" if XIP 25 default XIP 26 depends on SOC_CC3235SF 27