zephyr/soc/arm/ti_simplelink/Kconfig
Carles Cufi da5aa23af3 soc: ti_simplelink: Port to the new timeout API
Port the usage of the timeouts to the new timeout API, in order to be
able to deselect the legacy timeout option.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2020-05-07 11:01:55 +02:00

23 lines
393 B
Plaintext

# Texas Instruments SimpleLink Family
# SPDX-License-Identifier: Apache-2.0
config SOC_FAMILY_TISIMPLELINK
bool
if SOC_FAMILY_TISIMPLELINK
config SOC_FAMILY
string
default "ti_simplelink"
source "soc/arm/ti_simplelink/*/Kconfig.soc"
config HAS_TI_CCFG
bool
help
Selected when CCFG (Customer Configuration) registers
appear at the end of flash
endif # SOC_FAMILY_TISIMPLELINK