zephyr/arch/arm/soc/ti_simplelink/cc32xx/Kconfig.soc
Gil Pitney c73a1eb806 cc3220sf: Add support for the TI CC3220SF SoC
The CC3220SF is a replacement for the CC3200 SoC, comprising
a network coprocessor and Cortex-M4 MPU.

This leverages the CC3220 SDK driver peripheral library in ROM,
and some files built from ext/hal/ti/.

Jira: ZEP-1958

Change-Id: I892b212c178e05d84ff1d716dde593ced653ae6d
Signed-off-by: Gil Pitney <gil.pitney@linaro.org>
2017-04-28 15:06:41 -05:00

27 lines
419 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
config SOC_CC3220SF
bool "CC3220SF"
select HAS_CC3220SDK
endchoice
if SOC_CC3220SF
config CC3220SF_DEBUG
bool "Prepend debug header, disabling flash verification"
depends on XIP
default y if XIP
default n if !XIP
endif # SOC_CC3220SF