zephyr/soc/arm/ti_simplelink/cc13x2_cc26x2/Kconfig.soc

19 lines
308 B
Plaintext
Raw Normal View History

# Kconfig.soc - Texas Instruments SimpleLink CC13x2 / CC26x2
#
# Copyright (c) 2019 Brett Witherspoon
#
# SPDX-License-Identifier: Apache-2.0
#
choice
prompt "TI SimpleLink MCU Selection"
depends on SOC_SERIES_CC13X2_CC26X2
config SOC_CC2652R
bool "CC2652R"
config SOC_CC1352R
bool "CC1352R"
endchoice